summaryrefslogtreecommitdiffstats
path: root/elaborate.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'elaborate.cxx')
-rw-r--r--elaborate.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/elaborate.cxx b/elaborate.cxx
index 1307880c..06f6d01c 100644
--- a/elaborate.cxx
+++ b/elaborate.cxx
@@ -434,7 +434,7 @@ derive_probes (systemtap_session& s,
s.pattern_root->find_and_build (s, p, loc, 0, dps);
unsigned num_atend = dps.size();
- if (exc_outermost && (num_atbegin == num_atend)) // nothing new derived!
+ if (num_atbegin == num_atend) // nothing new derived!
throw semantic_error ("no match for probe point");
}
catch (const semantic_error& e)