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); - }; -}; -