diff --git a/src/basics/CMakeLists.txt b/src/basics/CMakeLists.txt
index 53b17f291d31566cac6da0688ff34624897a17dd..ff6c0c122ee9d2fc738e0fe67bba48ba621a95e1 100644
--- a/src/basics/CMakeLists.txt
+++ b/src/basics/CMakeLists.txt
@@ -1,11 +1,3 @@
-# Old VF basics defines. TODO: might be deleted in future.
-#LIST(APPEND VF_COMPILER_DEFINITION CAB_BOOST)
-#LIST(APPEND VF_COMPILER_DEFINITION BOOST_SIGNALS_NO_DEPRECATION_WARNING)
-#LIST(APPEND VF_COMPILER_DEFINITION CAB_RUBY)
-#LIST(APPEND VF_COMPILER_DEFINITION mpe=mpilog)
-#LIST(APPEND VF_COMPILER_DEFINITION noshlib)
-#LIST(APPEND VF_COMPILER_DEFINITION SINGLEPRECISION)
-
 
 include(Core/buildInfo.cmake)
 
diff --git a/src/basics/Core/DataTypes.h b/src/basics/Core/DataTypes.h
index 5a86b7841fef324ef9ffbb976e6287d07f0db27b..67a17fa765514c41247c480709864b4dae1b28ba 100644
--- a/src/basics/Core/DataTypes.h
+++ b/src/basics/Core/DataTypes.h
@@ -4,7 +4,6 @@
 #include <string>
 
 
-
 #ifdef VF_DOUBLE_ACCURACY
 typedef double real;
 #else
diff --git a/src/basics/Core/Timer/Timer.h b/src/basics/Core/Timer/Timer.h
index 25021f68a6af053ac460e6aea458fa15dbe38fd2..9607cc5f9a72873e1da226b4d071e000777073a1 100644
--- a/src/basics/Core/Timer/Timer.h
+++ b/src/basics/Core/Timer/Timer.h
@@ -1,7 +1,6 @@
 #ifndef TIMER_H
 #define TIMER_H
 
-//
 #include "basics_export.h"
 
 #include "DataTypes.h"
diff --git a/src/basics/Core/Timer/TimerImp.h b/src/basics/Core/Timer/TimerImp.h
index 6021cc037a2d4fee44607f14846240a0fcb7cbef..20a11968005f88bebbc1e481149a6c9d939306a8 100644
--- a/src/basics/Core/Timer/TimerImp.h
+++ b/src/basics/Core/Timer/TimerImp.h
@@ -5,7 +5,6 @@
 
 #include <chrono>
 
-//
 
 #include "DataTypes.h"