remove re-declaration
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good

This commit is contained in:
Robin Müller 2023-04-11 15:26:33 +02:00
parent af9f346698
commit af1d0759e1
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814

View File

@ -1891,7 +1891,6 @@ ReturnValue_t CoreController::executeSwUpdate(SwUpdateSources sourceDir, const u
size_t size) {
using namespace std;
using namespace std::filesystem;
error_code e;
// At the very least, chip and copy ID need to be included in the command
if (size < 2) {
return HasActionsIF::INVALID_PARAMETERS;