瀏覽代碼

common/zstd_compression: Remove #pragma once directive from source file

Introduced in 72477731ed20c56a4d6f18a22f43224fab667cef. This is only
necessary within header files.
Lioncash 7 年之前
父節點
當前提交
a6f7a44aab
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      src/common/zstd_compression.cpp

+ 0 - 2
src/common/zstd_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 <zstd.h>