Remove parser_state "initial_size" parameter
[deliverable/binutils-gdb.git] / gdb / stap-probe.h
index 2a3a6d4cc22b7d80f1833db84834366864fc7d0e..6c56904aeb32f37e915c4a5a79b1cc00ef6c9482 100644 (file)
 struct stap_parse_info
 {
   stap_parse_info (const char *arg_, struct type *arg_type_,
-                  size_t initial_size, const struct language_defn *lang,
+                  const struct language_defn *lang,
                   struct gdbarch *gdbarch)
     : arg (arg_),
-      pstate (initial_size, lang, gdbarch),
+      pstate (lang, gdbarch),
       saved_arg (arg_),
       arg_type (arg_type_),
       gdbarch (gdbarch),
This page took 0.026226 seconds and 4 git commands to generate.