From: Ken Raeburn Date: Fri, 14 Dec 2007 02:48:52 +0000 (+0000) Subject: Remove Mac-specific bit unused in KfM that causes test failures now X-Git-Tag: krb5-1.7-alpha1~768 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e0994f8f36e2d9f4d080cf265ebcb67a337007ba;p=krb5.git Remove Mac-specific bit unused in KfM that causes test failures now under Darwin UNIXy builds. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20177 dc483132-0cff-0310-8789-dd5450dbe970 --- 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";