Module: Mesa Branch: master Commit: 981335b704dc5a8984d30d656eeed1c59b05315a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=981335b704dc5a8984d30d656eeed1c59b05315a
Author: Nicolai Hähnle <[email protected]> Date: Mon Sep 4 09:24:04 2017 +0200 ac/sid_tables: remove unused variable varname_values Acked-by: Marek Olšák <[email protected]> --- src/amd/common/sid_tables.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/amd/common/sid_tables.py b/src/amd/common/sid_tables.py index 0a2b7ef1fe..01970caa7b 100644 --- a/src/amd/common/sid_tables.py +++ b/src/amd/common/sid_tables.py @@ -131,7 +131,6 @@ class Field: self.s_name = s_name self.name = strip_prefix(s_name) self.values = [] - self.varname_values = '%s__%s__values' % (reg.r_name.lower(), self.name.lower()) class Reg: def __init__(self, r_name): _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
