aboutsummaryrefslogtreecommitdiffstats
path: root/guts/get_current_dir_name.c
diff options
context:
space:
mode:
Diffstat (limited to 'guts/get_current_dir_name.c')
-rw-r--r--guts/get_current_dir_name.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/guts/get_current_dir_name.c b/guts/get_current_dir_name.c
deleted file mode 100644
index e07a6ee..0000000
--- a/guts/get_current_dir_name.c
+++ /dev/null
@@ -1,18 +0,0 @@
-/*
- * Copyright (c) 2008-2010 Wind River Systems; see
- * guts/COPYRIGHT for information.
- *
- * static char *
- * wrap_get_current_dir_name(void) {
- * char * rc = NULL;
- */
-
- pseudo_debug(3, "get_current_dir_name (getcwd)\n");
- /* this relies on a Linux extension, but we dutifully
- * emulated that extension.
- */
- rc = wrap_getcwd(NULL, 0);
-
-/* return rc;
- * }
- */