* configure.ac (static-classpath): Removed.
[cacao.git] / src / vm / jit / x86_64 / patcher.c
index 4d6cfa39a2ea415f71b252eb20aed15cacfde8ed..037d9e61787cba749d53727ab2102981cec19fe5 100644 (file)
@@ -920,7 +920,6 @@ bool patcher_athrow_areturn(u1 *sp)
 
 *******************************************************************************/
 
-#if !defined(WITH_STATIC_CLASSPATH)
 bool patcher_resolve_native(u1 *sp)
 {
        u1          *ra;
@@ -954,7 +953,6 @@ bool patcher_resolve_native(u1 *sp)
 
        return true;
 }
-#endif /* !defined(WITH_STATIC_CLASSPATH) */
 
 
 /*