Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : remove declaration of unused function
authorMarion Guthmuller <marion.guthmuller@loria.fr>
Wed, 31 Oct 2012 09:46:10 +0000 (10:46 +0100)
committerMarion Guthmuller <marion.guthmuller@loria.fr>
Wed, 7 Nov 2012 15:59:31 +0000 (16:59 +0100)
src/include/mc/mc.h

index 920739d..4ae4edc 100644 (file)
@@ -48,9 +48,6 @@ void MC_new_stack_area(void *stack, char *name, void *context);
 XBT_PUBLIC(void) MC_memory_init(void);  /* Initialize the memory subsystem */
 XBT_PUBLIC(void) MC_memory_exit(void);
 
-/********************************* Snapshot comparison test *************************************/
-void MC_test_heap_comparison(void);
-
 /* Trigger for state equality detection (check potential cycle in application) */
 void MC_compare(void);