diff options
Diffstat (limited to 'staptree.h')
-rw-r--r-- | staptree.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -660,9 +660,6 @@ struct probe virtual probe* basest () { return this; } virtual ~probe() {} bool privileged; -private: - static unsigned last_probeidx; -public: std::string name; }; |