Moving ccnx-related to ccnx/
diff --git "a/scheduler/.\043task.h" "b/scheduler/.\043task.h"
deleted file mode 120000
index 383dd59..0000000
--- "a/scheduler/.\043task.h"
+++ /dev/null
@@ -1 +0,0 @@
-cawka@cawka-mac.11861
\ No newline at end of file
diff --git a/scheduler/task.cc b/scheduler/task.cc
index 980df48..cfe48c1 100644
--- a/scheduler/task.cc
+++ b/scheduler/task.cc
@@ -22,7 +22,7 @@
 #include "task.h"
 #include "scheduler.h"
 
-void
+static void
 eventCallback(evutil_socket_t fd, short what, void *arg)
 {
   Task *task = static_cast<Task *>(arg);