summaryrefslogtreecommitdiff
path: root/deps/gyp/test/actions-multiple/src/foo.c
diff options
context:
space:
mode:
Diffstat (limited to 'deps/gyp/test/actions-multiple/src/foo.c')
-rw-r--r--deps/gyp/test/actions-multiple/src/foo.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/deps/gyp/test/actions-multiple/src/foo.c b/deps/gyp/test/actions-multiple/src/foo.c
deleted file mode 100644
index 23c4ef7f26..0000000000
--- a/deps/gyp/test/actions-multiple/src/foo.c
+++ /dev/null
@@ -1,11 +0,0 @@
-/*
- * Copyright (c) 2011 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.
- */
-
-#include <stdio.h>
-
-void foo(void) {
- printf("foo\n");
-}