Skip to content

Commit c1d9fb6

Browse files
authored
HADOOP-19662. Remove duplicate include of gcc_optimizations.h in bulk_crc32_x86.c
Removes duplicate #include "gcc_optimizations.h" statement.
1 parent 9d2a83d commit c1d9fb6

File tree

1 file changed

+0
-1
lines changed
  • hadoop-common-project/hadoop-common/src/main/native/src/org/apache/hadoop/util

1 file changed

+0
-1
lines changed

hadoop-common-project/hadoop-common/src/main/native/src/org/apache/hadoop/util/bulk_crc32_x86.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727

2828
#include "bulk_crc32.h"
2929
#include "gcc_optimizations.h"
30-
#include "gcc_optimizations.h"
3130

3231
///////////////////////////////////////////////////////////////////////////
3332
// Begin code for SSE4.2 specific hardware support of CRC32C

0 commit comments

Comments
 (0)