From 556f974c1bc4428360a0ec81bd131ad5d6a1f8c0 Mon Sep 17 00:00:00 2001 From: Jackson Goode Date: Mon, 27 Nov 2023 17:45:03 -0800 Subject: [PATCH] Revert --- pycg/processing/cgprocessor.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pycg/processing/cgprocessor.py b/pycg/processing/cgprocessor.py index d400ac9..ad8ed79 100644 --- a/pycg/processing/cgprocessor.py +++ b/pycg/processing/cgprocessor.py @@ -178,12 +178,6 @@ def create_ext_edge(name, ext_modname): # self.call_graph.add_edge(self.current_ns, dec_name) if pointer_def.get_type() == utils.constants.CLS_DEF: - # We want to add BOTH the MRO and the class def for caching purposes - - # Class def - self.call_graph.add_edge(self.current_method, pointer) - - # MRO init function init_ns = self.find_cls_fun_ns(pointer, utils.constants.CLS_INIT) for ns in init_ns: