summaryrefslogtreecommitdiff
path: root/deps/gyp/test/compilable/src/lib1.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'deps/gyp/test/compilable/src/lib1.hpp')
-rw-r--r--deps/gyp/test/compilable/src/lib1.hpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/deps/gyp/test/compilable/src/lib1.hpp b/deps/gyp/test/compilable/src/lib1.hpp
deleted file mode 100644
index 72e63e8acd..0000000000
--- a/deps/gyp/test/compilable/src/lib1.hpp
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef _lib1_hpp
-#define _lib1_hpp
-
-extern void lib1_function(void);
-
-#endif