Removed redundant errno declaration that was cause build problems under RedHat 3.2.

Removed redundant version declarations.
This commit is contained in:
Robert Osfield
2009-05-15 12:22:53 +00:00
parent a0272d6665
commit a4cc72d4fb
3 changed files with 0 additions and 7 deletions

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