From 6d147b5b99842363daec26b1dcb0fc4b53fb6dde Mon Sep 17 00:00:00 2001 From: Alexandra Ellwood Date: Tue, 25 Jul 2006 17:58:25 +0000 Subject: [PATCH] Removed unused Metrowerks compiler support. (Since there's no universal binary support for CodeWarrior there's no point in having this here.) ticket: new git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18394 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/crypto/yarrow/ytest.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/lib/crypto/yarrow/ytest.c b/src/lib/crypto/yarrow/ytest.c index aa1f6941f..93fb5f25a 100644 --- a/src/lib/crypto/yarrow/ytest.c +++ b/src/lib/crypto/yarrow/ytest.c @@ -95,10 +95,6 @@ int main( int argc, char* argv[] ) int done_some_tests = 0; int i; int ret; - -#if defined(__MWERKS__) && defined(macintosh) - argc = ccommand(&argv); -#endif for ( argvp = argv+1, i = 1; i < argc; i++, argvp++ ) { -- 2.26.2