Skip to content

Commit f0a03fe

Browse files
committed
Tests: Remove unused Options class
Signed-off-by: Hanno Becker <[email protected]>
1 parent 328acb8 commit f0a03fe

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

scripts/lib/mlkem_test.py

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -34,20 +34,6 @@ def compile_mode(self):
3434
return "Cross" if self.cross_prefix else "Native"
3535

3636

37-
class Options(object):
38-
def __init__(self):
39-
self.cross_prefix = ""
40-
self.cflags = ""
41-
self.auto = True
42-
self.verbose = False
43-
self.opt = "ALL"
44-
self.compile = True
45-
self.run = True
46-
self.exec_wrapper = ""
47-
self.run_as_root = ""
48-
self.k = "ALL"
49-
50-
5137
class Base:
5238

5339
def __init__(self, test_type: TEST_TYPES, copts: CompileOptions, opt):

0 commit comments

Comments
 (0)