From cf23d7ce6e94358a3ebf3adee2b332f5f6df85ed Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 23 Dec 2018 04:50:45 -0500 Subject: project: config, cfghost.sh: simply & unify cfghost profiles (cf. ea008a7). --- config/x86_64-midipix/config.c | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 config/x86_64-midipix/config.c (limited to 'config/x86_64-midipix/config.c') diff --git a/config/x86_64-midipix/config.c b/config/x86_64-midipix/config.c deleted file mode 100644 index 0304e40..0000000 --- a/config/x86_64-midipix/config.c +++ /dev/null @@ -1,17 +0,0 @@ -#include "linkage/inittab.h" - -struct _inittab _PyImport_Inittab[] = { - - PY_IMPORT_INITTAB_BASE, - PY_IMPORT_INITTAB_COMMON, - -#ifdef PY_ALL_STATIC - PY_IMPORT_INITTAB_ANYOS_CORE, -#endif - -#ifdef PY_FOR_PYCOMPILE - PY_IMPORT_INITTAB_PYCOMPILE_CORE, -#endif - - {0, 0} -}; -- cgit v1.2.3