diff --git a/loopy/context_matching.py b/loopy/context_matching.py index a88e207002220a1be840114d71948869f566863d..45f9a4d74b353e5821d2a2ed3e410c44e3187eb8 100644 --- a/loopy/context_matching.py +++ b/loopy/context_matching.py @@ -98,7 +98,6 @@ class MatchExpressionBase(object): return not self.__eq__(other) - class AllMatchExpression(MatchExpressionBase): def __call__(self, kernel, matchable): return True