diff --git a/userspace/falco/app/actions/helpers.h b/userspace/falco/app/actions/helpers.h index 4bd62ffc823..69562bf23dd 100644 --- a/userspace/falco/app/actions/helpers.h +++ b/userspace/falco/app/actions/helpers.h @@ -57,7 +57,6 @@ void read_files(InputIterator begin, InputIterator end, std::string rules_content((std::istreambuf_iterator(is)), std::istreambuf_iterator()); - rules_contents.emplace_back(std::move(rules_content)); }