diff options
Diffstat (limited to 'src/ipcp/main.c')
-rw-r--r-- | src/ipcp/main.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/ipcp/main.c b/src/ipcp/main.c deleted file mode 100644 index b67b0af9..00000000 --- a/src/ipcp/main.c +++ /dev/null @@ -1,10 +0,0 @@ -#define OUROBOROS_PREFIX "ipcp" - -#include <ouroboros/logs.h> - -int main() -{ - LOG_DBG("Test of the IPCP"); - - return 0; -} |