aboutsummaryrefslogtreecommitdiff
path: root/security/certificate-transparency/files/patch-cpp-log-cluster_state_controller_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'security/certificate-transparency/files/patch-cpp-log-cluster_state_controller_test.cc')
-rw-r--r--security/certificate-transparency/files/patch-cpp-log-cluster_state_controller_test.cc9
1 files changed, 0 insertions, 9 deletions
diff --git a/security/certificate-transparency/files/patch-cpp-log-cluster_state_controller_test.cc b/security/certificate-transparency/files/patch-cpp-log-cluster_state_controller_test.cc
deleted file mode 100644
index bde372e31594..000000000000
--- a/security/certificate-transparency/files/patch-cpp-log-cluster_state_controller_test.cc
+++ /dev/null
@@ -1,9 +0,0 @@
---- cpp/log/cluster_state_controller_test.cc.orig 2016-10-14 17:11:57 UTC
-+++ cpp/log/cluster_state_controller_test.cc
-@@ -1,3 +1,6 @@
-+// Without this, build will fail due to clash between onigposix.h
-+// and regex.h; note it's only compiled with "make check".
-+#define GTEST_HAS_POSIX_RE 0
- #include <gtest/gtest.h>
- #include <map>
- #include <memory>