aboutsummaryrefslogtreecommitdiff
path: root/interpreter.py
diff options
context:
space:
mode:
Diffstat (limited to 'interpreter.py')
-rw-r--r--interpreter.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/interpreter.py b/interpreter.py
index 863b23b..026c7ff 100644
--- a/interpreter.py
+++ b/interpreter.py
@@ -376,9 +376,6 @@ class Data(InterpreterObject):
if not isinstance(self.install_dir, str):
raise InterpreterException('Custom_install_dir must be a string.')
- def get_install_subdir(self):
- return self.install_subdir
-
def get_source_subdir(self):
return self.source_subdir