Removed unused Metrowerks compiler support.
authorAlexandra Ellwood <lxs@mit.edu>
Tue, 25 Jul 2006 17:58:25 +0000 (17:58 +0000)
committerAlexandra Ellwood <lxs@mit.edu>
Tue, 25 Jul 2006 17:58:25 +0000 (17:58 +0000)
(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

index aa1f6941f6284889b28fbe138608586c4e92b29b..93fb5f25ab929aa5baccc63f8b931889d96d935a 100644 (file)
@@ -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++ )
     {