Jelajahi Sumber

remove support for user config

blueloveTH 1 tahun lalu
induk
melakukan
59ed97aa5a
1 mengubah file dengan 0 tambahan dan 9 penghapusan
  1. 0 9
      include/pocketpy/config.h

+ 0 - 9
include/pocketpy/config.h

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