summaryrefslogtreecommitdiffstats
path: root/parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'parse.h')
-rw-r--r--parse.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/parse.h b/parse.h
index 5ebdcef4..81544eb9 100644
--- a/parse.h
+++ b/parse.h
@@ -118,8 +118,7 @@ private:
private: // nonterminals
void parse_probe (std::vector<probe*>&, std::vector<probe_alias*>&);
- void parse_global (std::vector<vardecl*>&,
- std::map<std::string, statistic_decl> &stat_decls);
+ void parse_global (std::vector<vardecl*>&);
void parse_functiondecl (std::vector<functiondecl*>&);
embeddedcode* parse_embeddedcode ();
probe_point* parse_probe_point ();