From e58e40b46acd4b3ea5265000bfa8b64ddfc5f07e Mon Sep 17 00:00:00 2001
From: "Dmitriy A. Gerasimov" <dmitriy.gerasimov@demlabs.net>
Date: Tue, 28 Apr 2020 02:44:11 +0700
Subject: [PATCH] [-] Removed old trash

---
 CMakeLists.txt | 2 --
 1 file changed, 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4ccbc4a..5b64979 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -4,8 +4,6 @@ project (dap_chain_mempool)
 file(GLOB DAP_CHAIN_MEMPOOL_SRC *.c)
 file(GLOB DAP_CHAIN_MEMPOOL_HDR *.h)
 
-add_definitions ("-DNODE_NETNAME=\"kelvin\"")
-
 if(WIN32)
   include_directories(../3rdparty/wepoll/)
   include_directories(../3rdparty/uthash/src/)
-- 
GitLab