summaryrefslogtreecommitdiffstats
path: root/session.h
diff options
context:
space:
mode:
Diffstat (limited to 'session.h')
-rw-r--r--session.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/session.h b/session.h
index 32004410..a617e47f 100644
--- a/session.h
+++ b/session.h
@@ -135,9 +135,6 @@ struct systemtap_session
// Skip bad $ vars
bool skip_badvars;
- // Optimization flag passed to gcc -O[0123s]
- std::string gcc_flags;
-
// NB: It is very important for all of the above (and below) fields
// to be cleared in the systemtap_session ctor (elaborate.cxx)
// and/or main.cxx(main).