| Index: tools/cygprofile/symbol_extractor.py
|
| diff --git a/tools/cygprofile/symbol_extractor.py b/tools/cygprofile/symbol_extractor.py
|
| index a30c05ee3428840ef5f0d14a5cd33eb959e52c76..d7091170f5f8080f5e2d89af01de4a5227d7f9f1 100755
|
| --- a/tools/cygprofile/symbol_extractor.py
|
| +++ b/tools/cygprofile/symbol_extractor.py
|
| @@ -137,7 +137,8 @@ def CreateNameToSymbolInfo(symbol_infos):
|
| If a symbol name corresponds to more than one symbol_info, the symbol_info
|
| with the lowest offset is chosen.
|
| """
|
| - #TODO(azarchs): move the functionality in this method into check_orderfile.
|
| + # TODO(lizeb,pasko): move the functionality in this method into
|
| + # check_orderfile.
|
| symbol_infos_by_name = {}
|
| warnings = cygprofile_utils.WarningCollector(_MAX_WARNINGS_TO_PRINT)
|
| for infos in GroupSymbolInfosByName(symbol_infos).itervalues():
|
|
|