~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/module/loader.cc

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
336
336
  public unary_function<string, bool>
337
337
{
338
338
  const string to_match;
339
 
  PrunePlugin();
340
 
  PrunePlugin& operator=(const PrunePlugin&);
341
339
public:
342
340
  explicit PrunePlugin(const string &match_in) :
343
341
    to_match(match_in)