Removed redundent errno and version string declaration

This commit is contained in:
Robert Osfield
2009-05-15 12:37:31 +00:00
parent a6e017dc3c
commit ca58e0db21

View File

@@ -50,9 +50,6 @@
using namespace OpenThreads;
extern int errno;
const char *OPENTHREAD_VERSION_STRING = "OpenThreads v1.2preAlpha, Posix Threads (Public Implementation)";
#ifdef DEBUG
# define DPRINTF(arg) printf arg
#else