Explorar el Código

src/top/starpu_top_connection.c: remove double declaration (it is already in .h file)

Nathalie Furmento hace 13 años
padre
commit
61db5dba98
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      src/top/starpu_top_connection.c

+ 0 - 2
src/top/starpu_top_connection.c

@@ -41,8 +41,6 @@
 const char *STARPU_TOP_PORT = "2011";
 const int STARPU_TOP_BUFFER_SIZE=1024;
 
-extern struct _starpu_top_message_queue*  _starpu_top_mt;
-
 //client socket after fopen
 FILE* starpu_top_socket_fd_read;
 FILE* starpu_top_socket_fd_write;