From a9003d16f2a77795dd115f94e3c042c7baacc8b8 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Thu, 6 Feb 2020 18:07:17 -0800 Subject: [PATCH] Put Switch in attic too --- {node => attic}/Switch.cpp | 0 {node => attic}/Switch.hpp | 0 node/CMakeLists.txt | 2 -- 3 files changed, 2 deletions(-) rename {node => attic}/Switch.cpp (100%) rename {node => attic}/Switch.hpp (100%) diff --git a/node/Switch.cpp b/attic/Switch.cpp similarity index 100% rename from node/Switch.cpp rename to attic/Switch.cpp diff --git a/node/Switch.hpp b/attic/Switch.hpp similarity index 100% rename from node/Switch.hpp rename to attic/Switch.hpp diff --git a/node/CMakeLists.txt b/node/CMakeLists.txt index 358bbaa73..6469c7619 100644 --- a/node/CMakeLists.txt +++ b/node/CMakeLists.txt @@ -40,7 +40,6 @@ set(core_headers SelfAwareness.hpp SHA512.hpp SharedPtr.hpp - Switch.hpp Tag.hpp Topology.hpp Trace.hpp @@ -77,7 +76,6 @@ set(core_src Salsa20.cpp SelfAwareness.cpp SHA512.cpp - Switch.cpp Tag.cpp Topology.cpp Trace.cpp