summaryrefslogtreecommitdiff
path: root/src/buildstream/_project.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildstream/_project.py')
-rw-r--r--src/buildstream/_project.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/buildstream/_project.py b/src/buildstream/_project.py
index 180c23977..fd4a44732 100644
--- a/src/buildstream/_project.py
+++ b/src/buildstream/_project.py
@@ -485,14 +485,6 @@ class Project:
self._load_second_pass()
- # cleanup()
- #
- # Cleans up resources used loading elements
- #
- def cleanup(self):
- # Reset the element loader state
- Element._reset_load_state()
-
# get_default_target()
#
# Attempts to interpret which element the user intended to run a command on.