summaryrefslogtreecommitdiffstats
path: root/staptree.h
diff options
context:
space:
mode:
Diffstat (limited to 'staptree.h')
-rw-r--r--staptree.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/staptree.h b/staptree.h
index f1d43403..de148ce0 100644
--- a/staptree.h
+++ b/staptree.h
@@ -660,9 +660,6 @@ struct probe
virtual probe* basest () { return this; }
virtual ~probe() {}
bool privileged;
-private:
- static unsigned last_probeidx;
-public:
std::string name;
};