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