[rtems-central commit] generate_membench.py: Remove unused variable

Sebastian Huber sebh at rtems.org
Wed Mar 15 07:30:27 UTC 2023


Module:    rtems-central
Branch:    master
Commit:    25310de94dff90f80281c9d5ebda9468f741c059
Changeset: http://git.rtems.org/rtems-central/commit/?id=25310de94dff90f80281c9d5ebda9468f741c059

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Wed Mar 15 08:04:30 2023 +0100

generate_membench.py: Remove unused variable

---

 generate_membench.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/generate_membench.py b/generate_membench.py
index 00f5c6e2..818dba35 100755
--- a/generate_membench.py
+++ b/generate_membench.py
@@ -32,7 +32,6 @@ import sys
 import textwrap
 from typing import NamedTuple, List, Optional
 
-from rtemsspec.content import to_camel_case
 from rtemsspec.items import ItemCache
 from rtemsspec.membench import generate
 from rtemsspec.sphinxcontent import SphinxContent, SphinxMapper
@@ -788,7 +787,6 @@ type: requirement
 """)
         val_spec = f"spec/{test.path}/val/mem-{test.name}.yml"
         brief = _text(f"{_TEST} {test.topic}.")
-        test_suite_name = to_camel_case(f"Mem {test.name}")
         with open(val_spec, "w", encoding="utf-8") as out:
             out.write(f"""SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
 copyrights:



More information about the vc mailing list