Skip to content

Commit 990c187

Browse files
George Bisbasmloubout
authored andcommitted
arch: Drop redundant code
1 parent b8a5f9e commit 990c187

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

devito/arch/compiler.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -466,9 +466,7 @@ def __lookup_cmds__(self):
466466

467467

468468
class ArmCompiler(GNUCompiler):
469-
470-
def __init_finalize__(self, **kwargs):
471-
GNUCompiler.__init_finalize__(self, **kwargs)
469+
pass
472470

473471

474472
class ClangCompiler(Compiler):

0 commit comments

Comments
 (0)