consolidate
[awesomized/libmemcached] / src / p9y / realpath.c
diff --git a/src/p9y/realpath.c b/src/p9y/realpath.c
deleted file mode 100644 (file)
index cf6430a..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-#include "realpath.hpp"
-
-#if defined _WIN32
-char *realpath(const char *path, char real[_MAX_PATH]) {
-  return _fullpath(real, path, _MAX_PATH);
-}
-#endif