summaryrefslogtreecommitdiff
path: root/nacl/curvecp/open_cwd.c
diff options
context:
space:
mode:
Diffstat (limited to 'nacl/curvecp/open_cwd.c')
-rw-r--r--nacl/curvecp/open_cwd.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/nacl/curvecp/open_cwd.c b/nacl/curvecp/open_cwd.c
deleted file mode 100644
index 65d53bcd..00000000
--- a/nacl/curvecp/open_cwd.c
+++ /dev/null
@@ -1,6 +0,0 @@
1#include "open.h"
2
3int open_cwd(void)
4{
5 return open_read(".");
6}