summaryrefslogtreecommitdiffstats
path: root/third_party/lzma_sdk/Archive/7z/7zMethodID.c
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/lzma_sdk/Archive/7z/7zMethodID.c')
-rw-r--r--third_party/lzma_sdk/Archive/7z/7zMethodID.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/third_party/lzma_sdk/Archive/7z/7zMethodID.c b/third_party/lzma_sdk/Archive/7z/7zMethodID.c
deleted file mode 100644
index a7e825d..0000000
--- a/third_party/lzma_sdk/Archive/7z/7zMethodID.c
+++ /dev/null
@@ -1,10 +0,0 @@
-/* 7zMethodID.c */
-
-#include "7zMethodID.h"
-
-/*
-int AreMethodsEqual(CMethodID *a1, CMethodID *a2)
-{
- return (*a1 == *a2) ? 1 : 0;
-}
-*/