summaryrefslogtreecommitdiff
path: root/buildstream/_project.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildstream/_project.py')
-rw-r--r--buildstream/_project.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/buildstream/_project.py b/buildstream/_project.py
index 93ed9fc3e..c40321c66 100644
--- a/buildstream/_project.py
+++ b/buildstream/_project.py
@@ -18,7 +18,6 @@
# Tristan Van Berkom <tristan.vanberkom@codethink.co.uk>
# Tiago Gomes <tiago.gomes@codethink.co.uk>
-import gc
import os
import sys
from collections import OrderedDict
@@ -455,9 +454,6 @@ class Project():
ticker=None,
fetch_subprojects=fetch_subprojects)
- # Loading elements generates a lot of garbage, clear it now
- gc.collect()
-
with self._context.timed_activity("Resolving elements"):
elements = [
Element._new_from_meta(meta)