summaryrefslogtreecommitdiff
path: root/deps/gyp/test/make_global_settings/full-toolchain/my_readelf.py
diff options
context:
space:
mode:
Diffstat (limited to 'deps/gyp/test/make_global_settings/full-toolchain/my_readelf.py')
-rwxr-xr-xdeps/gyp/test/make_global_settings/full-toolchain/my_readelf.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/deps/gyp/test/make_global_settings/full-toolchain/my_readelf.py b/deps/gyp/test/make_global_settings/full-toolchain/my_readelf.py
deleted file mode 100755
index 40e303cd76..0000000000
--- a/deps/gyp/test/make_global_settings/full-toolchain/my_readelf.py
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/usr/bin/env python
-# Copyright (c) 2014 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.
-import sys
-print sys.argv
-with open('RAN_MY_READELF', 'w') as f:
- f.write('RAN_MY_READELF')