aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/factotum/x.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/factotum/x.c')
-rw-r--r--src/cmd/factotum/x.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/cmd/factotum/x.c b/src/cmd/factotum/x.c
deleted file mode 100644
index 3bedfdd4..00000000
--- a/src/cmd/factotum/x.c
+++ /dev/null
@@ -1,15 +0,0 @@
-#include <u.h>
-#include <libc.h>
-#include <auth.h>
-
-void
-f(void*)
-{
-}
-
-void
-main(void)
-{
- f(auth_challenge);
- f(auth_response);
-}