summaryrefslogtreecommitdiff
path: root/lang/v8/files/patch-src-checks.h
diff options
context:
space:
mode:
Diffstat (limited to 'lang/v8/files/patch-src-checks.h')
-rw-r--r--lang/v8/files/patch-src-checks.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/v8/files/patch-src-checks.h b/lang/v8/files/patch-src-checks.h
deleted file mode 100644
index 76be204b96d2..000000000000
--- a/lang/v8/files/patch-src-checks.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/checks.h.orig 2013-05-01 12:56:29 UTC
-+++ src/checks.h
-@@ -248,7 +248,7 @@ template <int> class StaticAssertionHelp
- #define STATIC_CHECK(test) \
- typedef \
- StaticAssertionHelper<sizeof(StaticAssertion<static_cast<bool>((test))>)> \
-- SEMI_STATIC_JOIN(__StaticAssertTypedef__, __LINE__)
-+ SEMI_STATIC_JOIN(__StaticAssertTypedef__, __LINE__) __attribute__((__unused__))
-
-
- extern bool FLAG_enable_slow_asserts;