* configure.ac (static-classpath): Removed.
[cacao.git] / src / vm / jit / arm / patcher.c
index 66510fd6fdea33f0daf7f09d3b6ea7c360fb5482..e4efe479bfe1da0446d81cf54ccbdf6e5636158b 100644 (file)
@@ -530,7 +530,6 @@ bool patcher_resolve_class(patchref_t *pr)
 
 *******************************************************************************/
 
-#if !defined(WITH_STATIC_CLASSPATH)
 bool patcher_resolve_native_function(patchref_t *pr)
 {
        methodinfo  *m;
@@ -555,7 +554,6 @@ bool patcher_resolve_native_function(patchref_t *pr)
 
        return true;
 }
-#endif /* !defined(WITH_STATIC_CLASSPATH) */
 
 
 /*