Skip to content
Snippets Groups Projects
Commit 31547cdd authored by thodkatz's avatar thodkatz
Browse files

Delete unnecessary enumeration type and an empty line

parent 67836050
No related branches found
No related tags found
No related merge requests found
...@@ -111,18 +111,6 @@ public: ...@@ -111,18 +111,6 @@ public:
UnknownExecutionProgressError = 0, 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 * The error code for failed completion of execution reports, as specified in ECSS 5.3.5.2.3g
* *
......
...@@ -205,4 +205,3 @@ void RequestVerificationService::execute(const Message &message) { ...@@ -205,4 +205,3 @@ void RequestVerificationService::execute(const Message &message) {
break; break;
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment