Commit e986fb2c authored by marko's avatar marko

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

now that the function was declared void in r5060.
parent 288a2945
...@@ -7955,8 +7955,6 @@ innodb_export_status(void) ...@@ -7955,8 +7955,6 @@ innodb_export_status(void)
if (innodb_inited) { if (innodb_inited) {
srv_export_innodb_status(); srv_export_innodb_status();
} }
return(0);
} }
/**************************************************************************** /****************************************************************************
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment