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 611d97a2..84cc6b01 100644
--- a/session.h
+++ b/session.h
@@ -136,9 +136,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).