Browse Source

drop spurious commit

Samuel Thibault 13 years ago
parent
commit
afd9c8c0b4
1 changed files with 0 additions and 4 deletions
  1. 0 4
      include/starpu.h

+ 0 - 4
include/starpu.h

@@ -47,10 +47,6 @@ typedef unsigned long long uint64_t;
 extern "C" {
 #endif
 
-#define dprintf(fmt, ...) ({ struct timespec tp; starpu_clock_gettime(&tp); fprintf(stderr,"%07.3f: "fmt,((float)tp.tv_nsec) / 1000000,##__VA_ARGS__); })
-	void starpu_clock_gettime(struct timespec *ts);
-
-
 struct starpu_conf {
 	/* which scheduling policy should be used ? (NULL for default) */
 	const char *sched_policy_name;