Browse Source

remove useless typedef

Corentin Salingue 12 years ago
parent
commit
d4c0c8364b
1 changed files with 0 additions and 2 deletions
  1. 0 2
      include/starpu_disk.h

+ 0 - 2
include/starpu_disk.h

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