diff options
author | Dave Brolley <brolley@redhat.com> | 2009-07-14 11:27:00 -0400 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2009-07-14 11:27:00 -0400 |
commit | aa3ed413744f9830c272dbcedc3fffd1974b53ea (patch) | |
tree | 50d9af2af19ad5a25aa2974d2940057578c92fa6 /session.h | |
parent | ee03b2aaf05b2ffed68f2023c8ea61a6ebb5d0ee (diff) | |
parent | 011165968c00e4125dfb9ee132e79f65dbea50c4 (diff) | |
download | systemtap-steved-aa3ed413744f9830c272dbcedc3fffd1974b53ea.tar.gz systemtap-steved-aa3ed413744f9830c272dbcedc3fffd1974b53ea.tar.xz systemtap-steved-aa3ed413744f9830c272dbcedc3fffd1974b53ea.zip |
Merge branch 'master' of git://sources.redhat.com/git/systemtap
Conflicts:
main.cxx
Diffstat (limited to 'session.h')
-rw-r--r-- | session.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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). |