Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksongoode committed Nov 28, 2023
1 parent c923aef commit 556f974
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pycg/processing/cgprocessor.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 556f974

Please sign in to comment.