summaryrefslogtreecommitdiff
path: root/src/err.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/err.cpp')
-rw-r--r--src/err.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/err.cpp b/src/err.cpp
index f05cf06..f9549ff 100644
--- a/src/err.cpp
+++ b/src/err.cpp
@@ -49,8 +49,6 @@ const char *xs::errno_to_string (int errno_)
return "The protocol is not compatible with the socket type";
case ETERM:
return "Context was terminated";
- case EMTHREAD:
- return "No thread available";
default:
#if defined _MSC_VER
#pragma warning (push)