Browse Source

include: remove definition of function starpu_worker_get_mp_nodeid in starpu.h as it is also defined in starpu_worker.h

Nathalie Furmento 12 years ago
parent
commit
06adc26bba
1 changed files with 0 additions and 2 deletions
  1. 0 2
      include/starpu.h

+ 0 - 2
include/starpu.h

@@ -146,8 +146,6 @@ void starpu_display_stats();
 
 void starpu_get_version(int *major, int *minor, int *release);
 
-int starpu_worker_get_mp_nodeid(int id);
-
 #ifdef __cplusplus
 }
 #endif