From 334e13f53c484dc735e4d417f2e1aae9a0f0d6cb Mon Sep 17 00:00:00 2001
From: thodkatz <thodkatz@gmail.com>
Date: Mon, 28 Jan 2019 18:37:47 +0200
Subject: [PATCH] Delete unnecessary documentation

---
 src/Services/RequestVerificationService.cpp | 18 ------------------
 1 file changed, 18 deletions(-)

diff --git a/src/Services/RequestVerificationService.cpp b/src/Services/RequestVerificationService.cpp
index 9753fc40..768971da 100644
--- a/src/Services/RequestVerificationService.cpp
+++ b/src/Services/RequestVerificationService.cpp
@@ -66,24 +66,6 @@ void RequestVerificationService::failStartExecutionVerification(const Message &r
 	storeMessage(report);
 }
 
-/**
- *  StepID documentation
- *
- *  For example:
- *
- *  steps of UnknownProcess1 and their IDs:
- *  1)UnknownStep1 = 0
- *  2)UnknownStep2 = 1
- *
- *  steps of UnknownProcess2 and their IDs:
- *  1)UnknownStep3 = 2
- *  2)UnknownStep4 = 3
- *  3)UnknownStep5 = 4
- *
- *  ...
- *
- */
-
 void RequestVerificationService::successProgressExecutionVerification(const Message &request,
 	uint8_t stepID) {
 	// TM[1,5] successful progress of execution verification report
-- 
GitLab