summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/crypto')
-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++ )
{