summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/yarrow
diff options
context:
space:
mode:
authorAlexandra Ellwood <lxs@mit.edu>2006-07-25 17:58:25 +0000
committerAlexandra Ellwood <lxs@mit.edu>2006-07-25 17:58:25 +0000
commit6d147b5b99842363daec26b1dcb0fc4b53fb6dde (patch)
treedfc2adc9f479e84d71255d3058b54a251ccecd77 /src/lib/crypto/yarrow
parent03ae3190deb5504c3201a425799a6a9ab9db26a9 (diff)
downloadkrb5-6d147b5b99842363daec26b1dcb0fc4b53fb6dde.tar.gz
krb5-6d147b5b99842363daec26b1dcb0fc4b53fb6dde.tar.xz
krb5-6d147b5b99842363daec26b1dcb0fc4b53fb6dde.zip
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
Diffstat (limited to 'src/lib/crypto/yarrow')
-rw-r--r--src/lib/crypto/yarrow/ytest.c4
1 files changed, 0 insertions, 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++ )
{