Sfoglia il codice sorgente

remove support for user config

blueloveTH 1 anno fa
parent
commit
59ed97aa5a
1 ha cambiato i file con 0 aggiunte e 9 eliminazioni
  1. 0 9
      include/pocketpy/config.h

+ 0 - 9
include/pocketpy/config.h

@@ -1,11 +1,5 @@
 #pragma once
 
-#ifdef PK_USER_CONFIG_H
-
-#include "user_config.h"
-
-#else
-
 /*************** feature settings ***************/
 
 // Whether to compile os-related modules or not
@@ -84,6 +78,3 @@
 #else
 #define PK_UNREACHABLE()			__builtin_unreachable();
 #endif
-
-
-#endif