diff --git a/inc/ErrorHandler.hpp b/inc/ErrorHandler.hpp
index c5d57578d87ef29dd1c46142cca1bd236e694e58..94aa2e66ab3d5d23d1cb481be0acb6f60a1928a6 100644
--- a/inc/ErrorHandler.hpp
+++ b/inc/ErrorHandler.hpp
@@ -111,18 +111,6 @@ public:
 		UnknownExecutionProgressError = 0,
 	};
 
-	/**
-	 * This enumeration type corresponds with reports about the progress of the execution
-	 * of a request. For example if the execution of a request is a long process, then we can divide
-	 * the process into steps and take feedback that depends on the step identifier
-	 *
-	 * @todo configure step ID for the suitable requests
-	*/
-	//enum stepID {
-		//UnknownStepID = 0
-	//};
-
-
 	/**
 	 * The error code for failed completion of execution reports, as specified in ECSS 5.3.5.2.3g
 	 *
diff --git a/src/Services/RequestVerificationService.cpp b/src/Services/RequestVerificationService.cpp
index cae7a05cc06f2cec288f826166f98390d5a49434..9753fc40555712c9eae7a48d99ff937b3cc07dc8 100644
--- a/src/Services/RequestVerificationService.cpp
+++ b/src/Services/RequestVerificationService.cpp
@@ -205,4 +205,3 @@ void RequestVerificationService::execute(const Message &message) {
 			break;
 	}
 }
-