From 304519eed4c529835c4c4e681fa4a1186cfcd297 Mon Sep 17 00:00:00 2001 From: Felix Faber Date: Fri, 9 Aug 2024 07:10:13 +0200 Subject: [PATCH] removal of unused test variables --- test/cli/more-projects_test.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/cli/more-projects_test.py b/test/cli/more-projects_test.py index 19006da6501..7824bb88f5c 100644 --- a/test/cli/more-projects_test.py +++ b/test/cli/more-projects_test.py @@ -849,8 +849,6 @@ def test_shared_items_project(tmpdir = ""): # tmpdir is unused solutionDir = os.path.join(os.getcwd(), 'shared-items-project') solutionFile = os.path.join(solutionDir, 'Solution.sln') - codeMainFile = os.path.join(solutionDir, 'Main', 'MainFile.cpp') - codeSharedFile = os.path.join(solutionDir, 'Shared', 'TestClass.cpp') args = [ '--platform=win64',