Index: trunk/Ohana/src/checkastro/include/checkastro.h
===================================================================
--- trunk/Ohana/src/checkastro/include/checkastro.h	(revision 36833)
+++ trunk/Ohana/src/checkastro/include/checkastro.h	(revision 37043)
@@ -5,13 +5,4 @@
 # include <assert.h>
 # include <pthread.h>
-
-# define MARKTIME(MSG,...) {			\
-    gettimeofday (&stopTimer, (void *) NULL);	\
-    float dtime = DTIME (stopTimer, startTimer);	\
-    fprintf (stderr, MSG, __VA_ARGS__); }
-
-# define INITTIME \
-  struct timeval startTimer, stopTimer; \
-  gettimeofday (&startTimer, (void *) NULL);
 
 // choose off_t or int depending on full-scale relphot analysis resources
