summaryrefslogtreecommitdiffstats
path: root/hash.cxx
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2009-07-14 11:27:00 -0400
committerDave Brolley <brolley@redhat.com>2009-07-14 11:27:00 -0400
commitaa3ed413744f9830c272dbcedc3fffd1974b53ea (patch)
tree50d9af2af19ad5a25aa2974d2940057578c92fa6 /hash.cxx
parentee03b2aaf05b2ffed68f2023c8ea61a6ebb5d0ee (diff)
parent011165968c00e4125dfb9ee132e79f65dbea50c4 (diff)
downloadsystemtap-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 'hash.cxx')
-rw-r--r--hash.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/hash.cxx b/hash.cxx
index 4e85ed28..45ae05eb 100644
--- a/hash.cxx
+++ b/hash.cxx
@@ -175,7 +175,6 @@ find_script_hash (systemtap_session& s, const string& script, const hash &base)
h.add(s.ignore_dwarf); // --ignore-dwarf
h.add(s.consult_symtab); // --kelf, --kmap
h.add(s.skip_badvars); // --skip-badvars
- h.add(s.gcc_flags); // -O[0123s]
if (!s.kernel_symtab_path.empty()) // --kmap
{
h.add(s.kernel_symtab_path);