aboutsummaryrefslogtreecommitdiff
path: root/gold
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2007-10-29 17:12:11 +0000
committerIan Lance Taylor <iant@google.com>2007-10-29 17:12:11 +0000
commit41e92bc5285f7515a438c712ea386f5b00245e7e (patch)
tree0160b716b04de13682c231ea983f56844a17c883 /gold
parent3730236a1f16fa49a7b4530bbd16a7a2a0c12553 (diff)
downloadfsf-binutils-gdb-41e92bc5285f7515a438c712ea386f5b00245e7e.zip
fsf-binutils-gdb-41e92bc5285f7515a438c712ea386f5b00245e7e.tar.gz
fsf-binutils-gdb-41e92bc5285f7515a438c712ea386f5b00245e7e.tar.bz2
From Craig Silverstein: Remove extraneous comment.
Diffstat (limited to 'gold')
-rw-r--r--gold/script.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/gold/script.cc b/gold/script.cc
index 7122ea4..64894ca 100644
--- a/gold/script.cc
+++ b/gold/script.cc
@@ -932,10 +932,6 @@ read_input_script(Workqueue* workqueue, const General_options& options,
if (yyparse(&closure) != 0)
return false;
- // If this routine was called from the main thread rather than a
- // work queue -- as it is for the --script option -- then our
- // work here is done.
-
// THIS_BLOCKER must be clear before we may add anything to the
// symbol table. We are responsible for unblocking NEXT_BLOCKER
// when we are done. We are responsible for deleting THIS_BLOCKER