Undo some changes from !248 that are no longer needed
Compare changes
- Michael Kuron authored
+ 1
− 9
@@ -192,9 +192,7 @@ class CBackend:
@@ -192,9 +192,7 @@ class CBackend:
def __init__(self, sympy_printer=None, signature_only=False, vector_instruction_set=None, dialect='c'):
@@ -261,12 +259,6 @@ class CBackend:
@@ -261,12 +259,6 @@ class CBackend:
if self._vector_instruction_set and hasattr(node, 'instruction_set') and node.instruction_set is None: