From b2bdb522b36bdaca3397608084861a3148f1ce38 Mon Sep 17 00:00:00 2001 From: Brad Arant Date: Tue, 9 Jul 2024 15:01:53 -0700 Subject: [PATCH] Minor code cleanup. --- TCPSession.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/TCPSession.cpp b/TCPSession.cpp index 8ed836c..18fae03 100644 --- a/TCPSession.cpp +++ b/TCPSession.cpp @@ -11,7 +11,6 @@ namespace core { uuid_t uuidObject; uuid_generate(uuidObject); -// std::string aaUuid = {uuidObject, uuidObject + 16}; coreutils::Log(coreutils::LOG_DEBUG_1) << uuidObject; alias = (void *)uuidObject; }