Sfoglia il codice sorgente

remove useless typedef

Corentin Salingue 12 anni fa
parent
commit
d4c0c8364b
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  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);