]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
drop some unused code
authorKen Raeburn <raeburn@mit.edu>
Wed, 3 Dec 2003 01:36:22 +0000 (01:36 +0000)
committerKen Raeburn <raeburn@mit.edu>
Wed, 3 Dec 2003 01:36:22 +0000 (01:36 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/branches/raeburn-gssapi-cfx@15854 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/gssapi/generic/util_ordering.c

index 86d82c464082fb16a321f6e81db352e07e6524a9..58a25a42ba07117c0396bdaeed5cd84e9663c04b 100644 (file)
@@ -263,9 +263,6 @@ void _log(const char *fmt, ...) {
     if (logf == 0)
        return;
     va_start(x, fmt);
-#if 0
-    fprintf(logf,"[%d]", getpid());
-#else
     {
        struct timeval tv;
        struct tm tm;
@@ -285,7 +282,6 @@ void _log(const char *fmt, ...) {
        strcat(buf, "]");
        fprintf(logf, "%s", buf);
     }
-#endif
     vfprintf(logf, fmt, x);
     va_end(x);
 #endif