summaryrefslogtreecommitdiff
path: root/deps/gyp/test/dependencies/a.c
diff options
context:
space:
mode:
Diffstat (limited to 'deps/gyp/test/dependencies/a.c')
-rwxr-xr-xdeps/gyp/test/dependencies/a.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/deps/gyp/test/dependencies/a.c b/deps/gyp/test/dependencies/a.c
deleted file mode 100755
index 3bba111d24..0000000000
--- a/deps/gyp/test/dependencies/a.c
+++ /dev/null
@@ -1,9 +0,0 @@
-/* Copyright (c) 2009 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. */
-
-extern int funcB();
-
-int funcA() {
- return funcB();
-}