summaryrefslogtreecommitdiff
path: root/src/utmpx/getutxid.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/utmpx/getutxid.c')
-rw-r--r--src/utmpx/getutxid.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/utmpx/getutxid.c b/src/utmpx/getutxid.c
deleted file mode 100644
index 7177931c..00000000
--- a/src/utmpx/getutxid.c
+++ /dev/null
@@ -1,16 +0,0 @@
-#if 0
-
-#include <utmpx.h>
-#include <stddef.h>
-
-struct utmpx * getutxid(const struct utmpx *id)
-{
- return NULL;
-}
-
-/*
-XOPEN(400)
-*/
-
-
-#endif