* configure.ac (static-classpath): Removed.
[cacao.git] / src / vm / jit / i386 / patcher.c
index 42f138e1d63aab9d4d4e49c11b7bd3f219a872cd..95131cecfb3323a50a0c5b78383fc2bfd5d962a7 100644 (file)
@@ -972,7 +972,6 @@ bool patcher_athrow_areturn(u1 *sp)
 
 *******************************************************************************/
 
-#if !defined(WITH_STATIC_CLASSPATH)
 bool patcher_resolve_native(u1 *sp)
 {
        u1          *ra;
@@ -1007,7 +1006,6 @@ bool patcher_resolve_native(u1 *sp)
 
        return true;
 }
-#endif /* !defined(WITH_STATIC_CLASSPATH) */
 
 
 /*