~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/errmsg_stderr/errmsg_stderr.cc

  • Committer: Brian Aker
  • Date: 2010-05-07 06:18:08 UTC
  • mto: (1527.1.1 staging)
  • mto: This revision was merged to the branch mainline in revision 1526.
  • Revision ID: brian@gaz-20100507061808-xtbz9dgb32o783yg
Remove members to functions that are no longer used.

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
};
56
56
 
57
57
static Error_message_stderr *handler= NULL;
58
 
static int errmsg_stderr_plugin_init(module::Context &context)
 
58
static int errmsg_stderr_plugin_init(plugin::Context &context)
59
59
{
60
60
  handler= new Error_message_stderr();
61
61
  context.add(handler);