summaryrefslogtreecommitdiffstats
path: root/translate.cxx
diff options
context:
space:
mode:
authorwenji <wjhuang@dhcp-beijing-cdc-10-182-120-233.cn.oracle.com>2008-04-15 21:32:59 -0400
committerwenji <wjhuang@dhcp-beijing-cdc-10-182-120-233.cn.oracle.com>2008-04-15 21:32:59 -0400
commit7edb09d8ba7689d26aefc0a273f334cec4419539 (patch)
treeef40e55d0be98abe137c6d174b5bdb8c40bb022c /translate.cxx
parentbd10b81c06a0102ac10617da2f368fcc168fc15e (diff)
parent8a49d1d23c77033bf98fc7b139b37f83e3e0eb49 (diff)
downloadsystemtap-steved-7edb09d8ba7689d26aefc0a273f334cec4419539.tar.gz
systemtap-steved-7edb09d8ba7689d26aefc0a273f334cec4419539.tar.xz
systemtap-steved-7edb09d8ba7689d26aefc0a273f334cec4419539.zip
Merge branch 'master' of ssh://wenji@sources.redhat.com/git/systemtap
Diffstat (limited to 'translate.cxx')
-rw-r--r--translate.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/translate.cxx b/translate.cxx
index 776e6770..1b812ec1 100644
--- a/translate.cxx
+++ b/translate.cxx
@@ -849,10 +849,6 @@ translator_output::line ()
void
c_unparser::emit_common_header ()
{
- vector<derived_probe_group*> g = all_session_groups (*session);
- for (unsigned i=0; i<g.size(); i++)
- g[i]->emit_module_header (*session);
-
o->newline();
o->newline() << "typedef char string_t[MAXSTRINGLEN];";
o->newline();