Commit 2310f659 authored by Rainer Orth's avatar Rainer Orth Committed by Daniel Black

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

There are a large number of uses of `strerror` in the codebase,
the local declaration in `storage/connect/tabvct.cpp` is the only one.

Given that none is needed elsewhere, I conclude that this instance can
simply be removed.
parent c6e1ffd1
......@@ -71,11 +71,6 @@
#include "tabvct.h"
#include "valblk.h"
#if defined(UNIX)
//add dummy strerror (NGC)
char *strerror(int num);
#endif // UNIX
/***********************************************************************/
/* External function. */
/***********************************************************************/
......
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