Inline expression constructor
[deliverable/binutils-gdb.git] / gdb / parse.c
index 96dd5dbf7a00b6d5bec8c7bdea3d1b664ac4f4d2..d068c94dfcd50be44cd9e7af3985def6f82f9707 100644 (file)
@@ -105,16 +105,6 @@ expr_builder::release ()
   return std::move (expout);
 }
 
-expression::expression (const struct language_defn *lang, struct gdbarch *arch)
-  : language_defn (lang),
-    gdbarch (arch)
-{
-}
-
-expression::~expression ()
-{
-}
-
 /* Return the type of MSYMBOL, a minimal symbol of OBJFILE.  If
    ADDRESS_P is not NULL, set it to the MSYMBOL's resolved
    address.  */
This page took 0.023082 seconds and 4 git commands to generate.