diff options
-rw-r--r-- | src/util/et/error_message.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/util/et/error_message.c b/src/util/et/error_message.c index 897b7a24c..6a3a6ccaa 100644 --- a/src/util/et/error_message.c +++ b/src/util/et/error_message.c @@ -255,14 +255,6 @@ error_message(long code) oops: -#if TARGET_OS_MAC - { - /* ComErr doesn't know about this error, ask the system */ - /* Of course there's no way to tell if it knew what error it got */ - return (strerror (code)); - } -#endif - cp = get_thread_buffer(); if (cp == NULL) return "Unknown error code"; |