diff --git a/presubmit_support.py b/presubmit_support.py index 0e01e780bc..8493d273c5 100755 --- a/presubmit_support.py +++ b/presubmit_support.py @@ -137,8 +137,6 @@ class _PresubmitResult(object): """ self._message = message self._items = items or [] - if items: - self._items = items self._long_text = long_text.rstrip() def handle(self, output):