summaryrefslogtreecommitdiff
path: root/src/irm/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/irm/main.c')
-rw-r--r--src/irm/main.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/irm/main.c b/src/irm/main.c
deleted file mode 100644
index 8ab071e0..00000000
--- a/src/irm/main.c
+++ /dev/null
@@ -1,10 +0,0 @@
-#define OUROBOROS_PREFIX "irm"
-
-#include <ouroboros/logs.h>
-
-int main()
-{
- LOG_DBG("Test of the IRM");
-
- return 0;
-}