rm StringSet

Signed-off-by: James Cherry <[email protected]>
This commit is contained in:
James Cherry
2026-03-08 15:39:41 -07:00
parent 7e7ab96329
commit 4f540792a0
13 changed files with 6 additions and 112 deletions
+2
View File
@@ -28,12 +28,14 @@
#include <cstring>
#include <string>
#include <vector>
#include <set>
#include "Machine.hh" // __attribute__
namespace sta {
using StdStringSeq = std::vector<std::string>;
using StdStringSet = std::set<std::string>;
inline bool
stringEq(const char *str1,