Procházet zdrojové kódy

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

Nathalie Furmento před 13 roky
rodič
revize
61db5dba98
1 změnil soubory, kde provedl 0 přidání a 2 odebrání
  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;