From 89145cbf2e8ce807fc22c7586b477f991aa53182 Mon Sep 17 00:00:00 2001 From: Sandla Honerla Date: Tue, 4 Jun 2019 12:50:13 +0530 Subject: [PATCH] Remove rnx_mitm --- stratosphere/ams_mitm/source/rnx_mitm/rnxmitm_main.cpp | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 stratosphere/ams_mitm/source/rnx_mitm/rnxmitm_main.cpp diff --git a/stratosphere/ams_mitm/source/rnx_mitm/rnxmitm_main.cpp b/stratosphere/ams_mitm/source/rnx_mitm/rnxmitm_main.cpp deleted file mode 100644 index 5d8691c29..000000000 --- a/stratosphere/ams_mitm/source/rnx_mitm/rnxmitm_main.cpp +++ /dev/null @@ -1,10 +0,0 @@ -// Just a stub to get reinx only apps launching -#include -int main(){ - // This should do nothing but hang forever - while(1){ - //Do nothing - svcSleepThread(100000000); - }; -}; -