Commit 0b3e28a4 authored by Sergei Golubchik's avatar Sergei Golubchik

MDEV-8941 Compile on Solaris (SPARC) fails with errors in filamvct.cpp

remove unnecessary declaration
parent e2ac4098
......@@ -65,11 +65,6 @@
extern int num_read, num_there; // Statistics
static int num_write;
#if defined(UNIX)
// Add dummy strerror (NGC)
char *strerror(int num);
#endif // UNIX
/***********************************************************************/
/* Header containing block info for not split VEC tables. */
/* Block and last values can be calculated from NumRec and Nrec. */
......
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