summaryrefslogtreecommitdiff
path: root/utils/indirect_calls.py
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2018-04-03 17:07:05 +0000
committerEric Christopher <echristo@gmail.com>2018-04-03 17:07:05 +0000
commitd54820bbe6e1782d77a49f3d6355c40134fa5a8c (patch)
tree1351ad47f8045d46d3d20f0918a3c4ed2311d272 /utils/indirect_calls.py
parent6ea791d917a9b9b9895ba96cfe7c031af9160041 (diff)
Remove a stale comment cut and pasted from another file.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@329084 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/indirect_calls.py')
-rwxr-xr-xutils/indirect_calls.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/indirect_calls.py b/utils/indirect_calls.py
index 1fdbcc18195..b7349a6d884 100755
--- a/utils/indirect_calls.py
+++ b/utils/indirect_calls.py
@@ -36,7 +36,6 @@ def look_for_indirect(file):
print line
return
-# Compare the debug info between two files.
def main(args):
# No options currently other than the binary.
parser = optparse.OptionParser("%prog [options] <binary>")