summaryrefslogtreecommitdiff
path: root/tools/gyp/test/mac/framework-dirs/calculate.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gyp/test/mac/framework-dirs/calculate.c')
-rw-r--r--tools/gyp/test/mac/framework-dirs/calculate.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/tools/gyp/test/mac/framework-dirs/calculate.c b/tools/gyp/test/mac/framework-dirs/calculate.c
deleted file mode 100644
index 4e93bf5430..0000000000
--- a/tools/gyp/test/mac/framework-dirs/calculate.c
+++ /dev/null
@@ -1,14 +0,0 @@
-/* Copyright (c) 2012 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.
- */
-
-int CalculatePerformExpression(char* expr,
- int significantDigits,
- int flags,
- char* answer);
-
-int main() {
- char buffer[1024];
- return CalculatePerformExpression("42", 1, 0, buffer);
-}