diff --git a/pystencils/backends/cbackend.py b/pystencils/backends/cbackend.py index 94f3477290ecf79fcd8a095389a752d1505d67e2..9f576b4aa01cb2ec3f76ece029c6daaa5faeeaf1 100644 --- a/pystencils/backends/cbackend.py +++ b/pystencils/backends/cbackend.py @@ -589,9 +589,6 @@ class VectorizedCustomSympyPrinter(CustomSympyPrinter): result = self.instruction_set['&'].format(result, item) return result - def _print_Max(self, expr): - return "test" - def _print_Or(self, expr): result = self._scalarFallback('_print_Or', expr) if result: