diff options
author | ddomingo <ddomingo@redhat.com> | 2008-11-28 06:46:44 +1000 |
---|---|---|
committer | ddomingo <ddomingo@redhat.com> | 2008-11-28 06:46:44 +1000 |
commit | e4f531a369df3fb680fa4c31c7b4127fa889cf34 (patch) | |
tree | 95214dc666fecb0522448a2a6a5329cd81742d05 /elaborate.cxx | |
parent | ad970c8448ceeb844846251d994b5946e68be184 (diff) | |
parent | 708ce1f3a663fc765d589a7547c906d05791e5e1 (diff) | |
download | systemtap-steved-e4f531a369df3fb680fa4c31c7b4127fa889cf34.tar.gz systemtap-steved-e4f531a369df3fb680fa4c31c7b4127fa889cf34.tar.xz systemtap-steved-e4f531a369df3fb680fa4c31c7b4127fa889cf34.zip |
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
Diffstat (limited to 'elaborate.cxx')
-rw-r--r-- | elaborate.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/elaborate.cxx b/elaborate.cxx index 7cbac31f..0dd80626 100644 --- a/elaborate.cxx +++ b/elaborate.cxx @@ -1446,9 +1446,6 @@ systemtap_session::print_error (const semantic_error& e) string message_str[2]; string align_semantic_error (" "); - // NB: we don't print error messages during listing mode. - if (listing_mode) return; - // We generate two messages. The second one ([1]) is printed // without token compression, for purposes of duplicate elimination. // This way, the same message that may be generated once with a |