branches/zip: innodb_export_status(): Remove the return(0),

now that the function was declared void in r5060.
This commit is contained in:
marko 2009-05-20 10:07:49 +00:00
parent 288a29458b
commit e986fb2c8e

View file

@ -7955,8 +7955,6 @@ innodb_export_status(void)
if (innodb_inited) {
srv_export_innodb_status();
}
return(0);
}
/****************************************************************************