Skip to content

Commit

Permalink
arch: Drop redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
georgebisbas committed Feb 13, 2025
1 parent 5cb65f2 commit 6fe59e1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions devito/arch/compiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -466,9 +466,7 @@ def __lookup_cmds__(self):


class ArmCompiler(GNUCompiler):

def __init_finalize__(self, **kwargs):
GNUCompiler.__init_finalize__(self, **kwargs)
pass


class ClangCompiler(Compiler):
Expand Down

0 comments on commit 6fe59e1

Please sign in to comment.