isl: drop left-over comment
authorEric Engestrom <eric@engestrom.ch>
Sat, 8 Aug 2020 14:07:49 +0000 (16:07 +0200)
committerMarge Bot <eric+marge@anholt.net>
Sat, 14 Aug 2021 21:44:32 +0000 (21:44 +0000)
Fixes: cf9ff082b48779c52fa6 ("isl: Bring back isl_format_layout::bpb")
Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Reviewed-by: Alyssa Rosenzweig <alyssa@collabora.com>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3674>

src/intel/isl/gen_format_layout.py

index 6c6f60a..2da004d 100644 (file)
@@ -171,7 +171,6 @@ class Format(object):
         # pylint: disable=invalid-name
         self.name = line[0].strip()
 
-        # Future division makes this work in python 2.
         self.bpb = int(line[1])
         self.bw = line[2].strip()
         self.bh = line[3].strip()