From f9bfd4b5793bcefe63e68c6dfe4e2ca6ff3f494a Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Mon, 19 May 2003 22:02:39 +0000 Subject: [PATCH] -ldflags runtime library switch removal git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4801 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Source/Modules/ocaml.cxx | 3 --- 1 file changed, 3 deletions(-) diff --git a/Source/Modules/ocaml.cxx b/Source/Modules/ocaml.cxx index b03a8e461..0a0c095c3 100755 --- a/Source/Modules/ocaml.cxx +++ b/Source/Modules/ocaml.cxx @@ -308,9 +308,6 @@ public: } else { Swig_arg_error(); } - } else if (strcmp (argv[i], "-ldflags") == 0) { - printf("%s\n", SWIG_OCAML_RUNTIME); - SWIG_exit (EXIT_SUCCESS); } } }