OSDN Git Service

Remove a stale comment cut and pasted from another file.
authorEric Christopher <echristo@gmail.com>
Tue, 3 Apr 2018 17:07:05 +0000 (17:07 +0000)
committerEric Christopher <echristo@gmail.com>
Tue, 3 Apr 2018 17:07:05 +0000 (17:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@329084 91177308-0d34-0410-b5e6-96231b3b80d8

utils/indirect_calls.py

index 1fdbcc1..b7349a6 100755 (executable)
@@ -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>")