瀏覽代碼

remove useless typedef

Corentin Salingue 12 年之前
父節點
當前提交
d4c0c8364b
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      include/starpu_disk.h

+ 0 - 2
include/starpu_disk.h

@@ -18,8 +18,6 @@
 #ifndef __STARPU_DISK_H__
 #define __STARPU_DISK_H__
 
-typedef void * (*disk_function)(void *, unsigned);
-
 /* list of functions to use on disk */
 struct disk_ops {
  	 void *  (*alloc)  (void *base, size_t size);