Fix mongoose amalgamation

PUBLISHED_FROM=16ae777c949caf87e7dce428d62fa8878a30d318
This commit is contained in:
Deomid Ryabkov 2017-06-28 20:06:18 +01:00 committed by Cesanta Bot
parent 244e5f67d3
commit cae0a1cbc0

View File

@ -9795,7 +9795,6 @@ int mg_is_big_endian(void) {
return ((char *) &n)[0] == 0;
}
DO_NOT_WARN_UNUSED MG_INTERNAL int mg_get_errno(void) {
#ifndef WINCE
return errno;