From 6285b4d8b283fb38112ec04b1cc570a8c0c9844b Mon Sep 17 00:00:00 2001
From: Malfurious <m@lfurio.us>
Date: Thu, 24 Oct 2024 08:44:36 -0400
Subject: Remove Socket class

The remote socket functionality was only stub code, never fully
implemented.  A network architecture for compass keychains is no longer
a design goal, so the dead code is removed.

Signed-off-by: Malfurious <m@lfurio.us>
---
 CMakeLists.txt | 1 -
 1 file changed, 1 deletion(-)

(limited to 'CMakeLists.txt')

diff --git a/CMakeLists.txt b/CMakeLists.txt
index e0fd0a8..263cd58 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,6 @@ add_executable(compass
     Help.cpp
     Keychain.cpp
     Options.cpp
-    Socket.cpp
     )
 
 target_link_libraries(compass mbedtls)
-- 
cgit v1.2.3