aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--noice.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/noice.c b/noice.c
index c6df0d5..8eeb7d1 100644
--- a/noice.c
+++ b/noice.c
@@ -102,17 +102,6 @@ xstrdup(const char *s)
}
char *
-xrealpath(const char *path)
-{
- char *p;
-
- p = realpath(path, NULL);
- if (p == NULL)
- printerr(1, "realpath");
- return p;
-}
-
-char *
xdirname(const char *path)
{
char *p, *tmp;