Removed deprecated prototypes.
authortwisti <none@none>
Wed, 30 Mar 2005 12:51:58 +0000 (12:51 +0000)
committertwisti <none@none>
Wed, 30 Mar 2005 12:51:58 +0000 (12:51 +0000)
src/vm/jit/asmpart.h

index f5a21dadee8f6d255835f5f1935d11851fc7d350..e4d19645e0f25b1d9fc89f51523d72a59bf7b980 100644 (file)
@@ -29,7 +29,7 @@
 
    Changes: Christian Thalinger
 
-   $Id: asmpart.h 2126 2005-03-29 22:21:46Z twisti $
+   $Id: asmpart.h 2141 2005-03-30 12:51:58Z twisti $
 
 */
 
@@ -63,8 +63,6 @@ struct castinfo {
    is available.
 */
 int has_no_x_instr_set();
-
-void synchronize_caches();
 #endif
 
 
@@ -130,9 +128,6 @@ stacktraceelement *asm_get_stackTrace();
 
 void *asm_switchstackandcall(void *stack, void *func, void **stacktopsave, void * p);
 
-void asm_builtin_trace();
-void asm_builtin_exittrace();
-
 #if defined(USE_THREADS) && defined(NATIVE_THREADS)
 extern threadcritnode asm_criticalsections;
 #endif