瀏覽代碼

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

Nathalie Furmento 12 年之前
父節點
當前提交
61db5dba98
共有 1 個文件被更改,包括 0 次插入2 次删除
  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;