summaryrefslogtreecommitdiff
path: root/zephyr/zmake/zmake/zmake.py
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/zmake/zmake/zmake.py')
-rw-r--r--zephyr/zmake/zmake/zmake.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/zephyr/zmake/zmake/zmake.py b/zephyr/zmake/zmake/zmake.py
index baaced8ca8..45e23fd904 100644
--- a/zephyr/zmake/zmake/zmake.py
+++ b/zephyr/zmake/zmake/zmake.py
@@ -193,13 +193,6 @@ class Zmake:
return util.locate_zephyr_base(self.checkout, version)
- def print_versions(self, project_dir):
- """Print all the supported versions for a project directory"""
- project = zmake.project.Project(pathlib.Path(project_dir))
- supported_versions = project.config.supported_zephyr_versions
- for version in supported_versions:
- print("v{}.{}".format(*version[:2]))
-
def configure(
self,
project_dir,