Преглед на файлове

common/lz4_compression: Remove #pragma once directive from the cpp file

Introduced within 798d76f4c7018174e58702fb06a042dc8c84f0be, this only
really has an effect within header files.

Silences a -Wpragma-once-outside-header warning with clang.
Lioncash преди 7 години
родител
ревизия
0e2f617abc
променени са 1 файла, в които са добавени 0 реда и са изтрити 2 реда
  1. 0 2
      src/common/lz4_compression.cpp

+ 0 - 2
src/common/lz4_compression.cpp

@@ -2,8 +2,6 @@
 // Licensed under GPLv2 or any later version
 // Refer to the license.txt file included.
 
-#pragma once
-
 #include <algorithm>
 #include <lz4hc.h>