Remove Mac-specific bit unused in KfM that causes test failures now
authorKen Raeburn <raeburn@mit.edu>
Fri, 14 Dec 2007 02:48:52 +0000 (02:48 +0000)
committerKen Raeburn <raeburn@mit.edu>
Fri, 14 Dec 2007 02:48:52 +0000 (02:48 +0000)
under Darwin UNIXy builds.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20177 dc483132-0cff-0310-8789-dd5450dbe970

src/util/et/error_message.c

index 897b7a24ca1e5ca6415b5504fe1fda3196f05dd0..6a3a6ccaac45d67c8fb83624fc2db04e2cd15c36 100644 (file)
@@ -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";