projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03ae319
)
Removed unused Metrowerks compiler support.
author
Alexandra Ellwood
<lxs@mit.edu>
Tue, 25 Jul 2006 17:58:25 +0000
(17:58 +0000)
committer
Alexandra 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
patch
|
blob
|
history
diff --git
a/src/lib/crypto/yarrow/ytest.c
b/src/lib/crypto/yarrow/ytest.c
index aa1f6941f6284889b28fbe138608586c4e92b29b..93fb5f25ab929aa5baccc63f8b931889d96d935a 100644
(file)
--- 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++ )
{