aboutsummaryrefslogtreecommitdiffstats
path: root/guts/unlink.c
diff options
context:
space:
mode:
Diffstat (limited to 'guts/unlink.c')
-rw-r--r--guts/unlink.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/guts/unlink.c b/guts/unlink.c
deleted file mode 100644
index d8a5d01..0000000
--- a/guts/unlink.c
+++ /dev/null
@@ -1,14 +0,0 @@
-/*
- * Copyright (c) 2008-2010 Wind River Systems; see
- * guts/COPYRIGHT for information.
- *
- * static int
- * wrap_unlink(const char *path) {
- * int rc = -1;
- */
-
- rc = wrap_unlinkat(AT_FDCWD, path, 0);
-
-/* return rc;
- * }
- */