summaryrefslogtreecommitdiffstats
path: root/Python/import.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/import.c')
-rw-r--r--Python/import.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/Python/import.c b/Python/import.c
index be60c43..332db69 100644
--- a/Python/import.c
+++ b/Python/import.c
@@ -24,8 +24,6 @@
extern "C" {
#endif
-#define CACHEDIR "__pycache__"
-
/* Forward references */
static PyObject *import_add_module(PyThreadState *tstate, PyObject *name);