Skip to content

Commit

Permalink
Remove Singleton.h (#1592)
Browse files Browse the repository at this point in the history
It's not used anymore.
  • Loading branch information
hainest committed Oct 26, 2023
1 parent 2867d78 commit 9c00fd5
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 53 deletions.
1 change: 0 additions & 1 deletion common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ set(_private_headers
src/pathName.h
src/pool_allocators.h
src/sha1.h
src/Singleton.h
src/singleton_object_pool.h
src/stats.h
src/std_namesp.h
Expand Down
49 changes: 0 additions & 49 deletions common/src/Singleton.h

This file was deleted.

1 change: 0 additions & 1 deletion instructionAPI/src/Operation.C
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
#include "Operation_impl.h"
#include "common/src/arch-x86.h"
#include "entryIDs.h"
#include "common/src/Singleton.h"
#include "Register.h"
#include <map>
#include <mutex>
Expand Down
1 change: 0 additions & 1 deletion instructionAPI/src/Register.C
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
*/

#include "Register.h"
#include "../../common/src/Singleton.h"
#include <vector>
#include <set>
#include <sstream>
Expand Down
1 change: 0 additions & 1 deletion instructionAPI/src/Ternary.C
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
*/

#include "Ternary.h"
#include "../../common/src/Singleton.h"
#include <vector>
#include <set>
#include <sstream>
Expand Down

0 comments on commit 9c00fd5

Please sign in to comment.