Remove superfluous file

This commit is contained in:
2026-05-18 05:59:52 -04:00
parent e94aaf9323
commit 1db3494d26
2 changed files with 0 additions and 6 deletions
-1
View File
@@ -77,7 +77,6 @@ find_package(Threads REQUIRED)
# Create the library # Create the library
add_library(spinscale SHARED add_library(spinscale SHARED
src/qutex.cpp src/qutex.cpp
src/lockerAndInvokerBase.cpp
src/componentThread.cpp src/componentThread.cpp
src/component.cpp src/component.cpp
src/puppeteerComponent.cpp src/puppeteerComponent.cpp
-5
View File
@@ -1,5 +0,0 @@
#include <spinscale/cps/lockerAndInvokerBase.h>
namespace sscl::cps {
} // namespace sscl::cps