瀏覽代碼

drop spurious commit

Samuel Thibault 13 年之前
父節點
當前提交
afd9c8c0b4
共有 1 個文件被更改,包括 0 次插入4 次删除
  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;