From 2626fd0bbd4d7e5dfaae0bdbde01c1718bf6c48b Mon Sep 17 00:00:00 2001 From: Alessio Igor Bogani <alessio.bogani@elettra.eu> Date: Tue, 6 Feb 2024 11:35:37 +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 5a42d53..a673503 100644 --- a/src/ClassFactory.cpp +++ b/src/ClassFactory.cpp @@ -1,5 +1,4 @@ /*----- PROTECTED REGION ID(Serial2::ClassFactory.cpp) ENABLED START -----*/ -static const char *RcsId = "$Id: ClassFactory.cpp,v 1.3 2017-12-21 15:35:38 alessio Exp $"; //============================================================================= // // file : ClassFactory.cpp diff --git a/src/main.cpp b/src/main.cpp index 2caa4d0..bd0fa36 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,5 +1,4 @@ /*----- PROTECTED REGION ID(Serial2::main.cpp) ENABLED START -----*/ -static const char *RcsId = "$Id: main.cpp,v 1.4 2017-12-21 15:35:39 alessio Exp $"; //============================================================================= // // file : main.cpp -- GitLab