diff options
Diffstat (limited to 'elaborate.cxx')
-rw-r--r-- | elaborate.cxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/elaborate.cxx b/elaborate.cxx index ef019016..c2e57856 100644 --- a/elaborate.cxx +++ b/elaborate.cxx @@ -973,9 +973,7 @@ systemtap_session::systemtap_session (): mark_derived_probes(0), hrtimer_derived_probes(0), perfmon_derived_probes(0), - op (0), up (0), - kprobes_text_initialized (false), - kprobes_text_start (0), kprobes_text_end (0) + op (0), up (0) { } |