diff options
author | dmikurube@chromium.org <dmikurube@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-28 04:31:45 +0000 |
---|---|---|
committer | dmikurube@chromium.org <dmikurube@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-28 04:31:45 +0000 |
commit | 48274755d1423e9733affb01c38c0f6c5b27a701 (patch) | |
tree | c16cb3d623de26d491c9d2a276bda2a5bcd45830 /tools/find_runtime_symbols | |
parent | 9ad2c511338dbdfb1da93c1a52246f54c75801ef (diff) | |
download | chromium_src-48274755d1423e9733affb01c38c0f6c5b27a701.zip chromium_src-48274755d1423e9733affb01c38c0f6c5b27a701.tar.gz chromium_src-48274755d1423e9733affb01c38c0f6c5b27a701.tar.bz2 |
Remove shebang and executable bit from tools/find_runtime_symbols/proc_maps.py.
BUG=none
Review URL: https://codereview.chromium.org/10983060
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@159208 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/find_runtime_symbols')
-rw-r--r--[-rwxr-xr-x] | tools/find_runtime_symbols/proc_maps.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/find_runtime_symbols/proc_maps.py b/tools/find_runtime_symbols/proc_maps.py index d4c3f7a..4b082c3 100755..100644 --- a/tools/find_runtime_symbols/proc_maps.py +++ b/tools/find_runtime_symbols/proc_maps.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # Copyright (c) 2012 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. |