diff --git a/snappy-1.0.0-gtest.patch b/snappy-1.0.0-gtest.patch deleted file mode 100644 index bb2452c..0000000 --- a/snappy-1.0.0-gtest.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/snappy-test.h b/snappy-test.h ---- a/snappy-test.h -+++ b/snappy-test.h -@@ -66,7 +66,8 @@ - #define DEFINE_int32(flag_name, default_value, description) \ - static int FLAGS_ ## flag_name = default_value; - --#define InitGoogle(argv0, argc, argv, remove_flags) -+#define InitGoogle(argv0, argc, argv, remove_flags) \ -+ INIT_GTEST(argc, argv); - - #endif -