From 445a82ced2c806aab249be6ca96dab83fb85d862 Mon Sep 17 00:00:00 2001
From: Alessio Igor Bogani <alessio.bogani@elettra.eu>
Date: Tue, 6 Feb 2024 11:28:52 +0100
Subject: [PATCH] Remove CVS related binary strings

---
 src/ClassFactory.cpp | 1 -
 src/main.cpp         | 1 -
 2 files changed, 2 deletions(-)

diff --git a/src/ClassFactory.cpp b/src/ClassFactory.cpp
index a0ec11d..b2ba8b6 100644
--- a/src/ClassFactory.cpp
+++ b/src/ClassFactory.cpp
@@ -1,5 +1,4 @@
 /*----- PROTECTED REGION ID(Socket2::ClassFactory.cpp) ENABLED START -----*/
-static const char *RcsId = "$Id: ClassFactory.cpp,v 1.4 2018-05-09 16:06:06 alessio Exp $";
 //=============================================================================
 //
 // file :        ClassFactory.cpp
diff --git a/src/main.cpp b/src/main.cpp
index 68aeda5..babdaf6 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -1,5 +1,4 @@
 /*----- PROTECTED REGION ID(Socket2::main.cpp) ENABLED START -----*/
-static const char *RcsId = "$Id: main.cpp,v 1.5 2018-01-08 10:32:23 alessio Exp $";
 //=============================================================================
 //
 // file :        main.cpp
-- 
GitLab