summaryrefslogtreecommitdiff
path: root/deps/gyp/test/library_dirs/subdir/mylib.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/gyp/test/library_dirs/subdir/mylib.h')
-rw-r--r--deps/gyp/test/library_dirs/subdir/mylib.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/deps/gyp/test/library_dirs/subdir/mylib.h b/deps/gyp/test/library_dirs/subdir/mylib.h
deleted file mode 100644
index 84b4022e7b..0000000000
--- a/deps/gyp/test/library_dirs/subdir/mylib.h
+++ /dev/null
@@ -1,12 +0,0 @@
-// Copyright (c) 2013 Google Inc. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef TEST_LIBRARY_DIRS_SUBDIR_MYLIB_H
-#define TEST_LIBRARY_DIRS_SUBDIR_MYLIB_H
-
-#include <string>
-
-std::string my_foo(int);
-
-#endif // TEST_LIBRARY_DIRS_SUBDIR_MYLIB_H