~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_lex.h

  • Committer: Olaf van der Spek
  • Date: 2011-08-14 17:04:01 UTC
  • mto: This revision was merged to the branch mainline in revision 2407.
  • Revision ID: olafvdspek@gmail.com-20110814170401-mk7dg2patdedfr7k
Remove unnecessary constructors and destructors

Show diffs side-by-side

added added

removed removed

Lines of Context:
710
710
    These constructor and destructor serve for creation/destruction
711
711
    of Query_tables_list instances which are used as backup storage.
712
712
  */
713
 
  Query_tables_list() {}
714
 
  virtual ~Query_tables_list() {}
 
713
  // Query_tables_list() {}
715
714
 
716
715
  /* Initializes (or resets) Query_tables_list object for "real" use. */
717
716
  void reset_query_tables_list(bool init);