diff options
Diffstat (limited to 'test/util.py')
-rw-r--r-- | test/util.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/util.py b/test/util.py index 249bd864259..8e4c9079631 100644 --- a/test/util.py +++ b/test/util.py @@ -130,7 +130,6 @@ def check_core_path(logger, core_path): class NumericConstant: - desc_dict = {} def __init__(self, value): |