Remove stupid function
[claws.git] / src / plugins / vcalendar / libical / libical / icalerror.c
index c1fecf41aeafec332f7c147a500f26db99a9ac14..bfcbaaf4ceecb705ff17c7d1af3f0753225b96af 100644 (file)
@@ -40,15 +40,6 @@ void icalerror_stop_here(void)
     foo++; /* Keep optimizers from removing routine */
 }
 
-void icalerror_crash_here(void)
-{
-    int *p=0;
-    *p = 1;
-
-    assert( *p);
-}
-
-
 void icalerror_clear_errno() {
     
     icalerrno = ICAL_NO_ERROR;