summaryrefslogtreecommitdiffstats
path: root/staptree.h
diff options
context:
space:
mode:
Diffstat (limited to 'staptree.h')
-rw-r--r--staptree.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/staptree.h b/staptree.h
index 8d55f053..858c93a0 100644
--- a/staptree.h
+++ b/staptree.h
@@ -14,7 +14,6 @@
#include <iostream>
#include <stdexcept>
-extern bool verbose;
struct token; // parse.h
struct semantic_error: public std::runtime_error
@@ -377,7 +376,6 @@ struct probe_point
component ();
};
std::vector<component*> components;
- // XXX: probe aliases
const token* tok; // points to first component's functor
void print (std::ostream& o);
probe_point ();
@@ -408,7 +406,7 @@ struct probe_alias
};
-// An derived visitor instance is used to visit the entire
+// A derived visitor instance is used to visit the entire
// statement/expression tree.
struct visitor
{