From 49f57a8d0dcf990169e2f591a937672f74ffa4a9 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Mon, 6 Sep 2010 16:52:14 +0200 Subject: Implemented the noop and native pointers --- src/threads/native.c | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 src/threads/native.c (limited to 'src/threads/native.c') diff --git a/src/threads/native.c b/src/threads/native.c deleted file mode 100644 index c65c18e4..00000000 --- a/src/threads/native.c +++ /dev/null @@ -1,4 +0,0 @@ -#include "config.h" -#include - -struct ssh_threads_callbacks_struct ssh_pthread_callbacks; -- cgit