From d7cffbc354a2c7e973274ccad60baf768401507c Mon Sep 17 00:00:00 2001
From: Andre Maroneze <andre.maroneze@cea.fr>
Date: Tue, 22 Feb 2022 08:35:06 +0100
Subject: [PATCH] [analysis-scripts] remove obsolete code

---
 share/analysis-scripts/build_callgraph.py | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/share/analysis-scripts/build_callgraph.py b/share/analysis-scripts/build_callgraph.py
index 0819aeaf009..8edc32655e8 100755
--- a/share/analysis-scripts/build_callgraph.py
+++ b/share/analysis-scripts/build_callgraph.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 ##########################################################################
 #                                                                        #
@@ -33,14 +32,6 @@ import source_filter
 
 under_test = os.getenv("PTESTS_TESTING")
 
-arg = ""
-if len(sys.argv) < 2:
-    print(f"usage: {sys.argv[0]} file...")
-    print("        builds a heuristic callgraph for the specified files.")
-    sys.exit(1)
-else:
-    files = sys.argv[1:]
-
 debug = os.getenv("DEBUG")
 
 
-- 
GitLab