Skip to content

Commit 93adb37

Browse files
authored
Merge pull request #2422 from hzeller/feature-20250527-simplify-join
Remove unused using declarations.
2 parents d692407 + 47d4381 commit 93adb37

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

verible/verilog/analysis/symbol-table_test.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ namespace {
5151
using testing::ElementsAreArray;
5252
using testing::HasSubstr;
5353
using verible::file::Basename;
54-
using verible::file::CreateDir;
55-
using verible::file::JoinPath;
5654
using verible::file::testing::ScopedTestFile;
5755

5856
// An in-memory source file that doesn't require file-system access,

0 commit comments

Comments
 (0)