From 773a70f9cb1c53b55f629fab812abb0c47db42fb Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Sat, 8 Aug 2020 16:07:49 +0200 Subject: [PATCH] isl: drop left-over comment Fixes: cf9ff082b48779c52fa6 ("isl: Bring back isl_format_layout::bpb") Signed-off-by: Eric Engestrom Reviewed-by: Alyssa Rosenzweig Reviewed-by: Dylan Baker Part-of: --- src/intel/isl/gen_format_layout.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/intel/isl/gen_format_layout.py b/src/intel/isl/gen_format_layout.py index 6c6f60a06df..2da004dd96d 100644 --- a/src/intel/isl/gen_format_layout.py +++ b/src/intel/isl/gen_format_layout.py @@ -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()