Internals: Remove unused V3TSP (#7194) (#7757)

This commit is contained in:
Shashvat
2026-06-10 18:48:38 +01:00
committed by GitHub
parent 48008a2fc9
commit e2e1bfe8dd
8 changed files with 1 additions and 767 deletions
-2
View File
@@ -103,7 +103,6 @@
#include "V3Stats.h"
#include "V3String.h"
#include "V3Subst.h"
#include "V3TSP.h"
#include "V3Table.h"
#include "V3Task.h"
#include "V3ThreadPool.h"
@@ -734,7 +733,6 @@ static bool verilate(const string& argString) {
VHashSha256::selfTest();
VSpellCheck::selfTest();
V3Graph::selfTest();
V3TSP::selfTest();
V3ScoreboardBase::selfTest();
V3Order::selfTestParallel();
V3ExecGraph::selfTest();