removing unused monkeyshell stub.
[monkeysphere.git] / src / monkeyshell / monkeyshell.c
diff --git a/src/monkeyshell/monkeyshell.c b/src/monkeyshell/monkeyshell.c
deleted file mode 100644 (file)
index 7ef2a55..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-#include <stdio.h>
-
-/* 
-   Author: Daniel Kahn Gillmor <dkg@fifthhorseman.net> 
-   Date: 2008-09-04 19:11:18-0400
-   License: GPL v3+, if you actually care
-
-   This is a toy "shell" to install on demonstration systems.  If a
-   user can log in successfully, they get this cheery message, and an
-   unusual error code. 
-*/
-
-int main()
-{ 
-  printf("monkeys!\n");
-  return 123;
-}