SWDEV-382664 - Remove WaveLimiter init

The wavelimiter init was unintentionally added in one change.
It wasn't supposed to perform any logic, since LC doesn't support it and
the number of waves can be overwritten only with an environment variable.

Change-Id: I447bd1ad685800f874b6a6fb7409dc67e43640ff
Этот коммит содержится в:
Jaydeep Patel
2023-02-16 16:57:50 +00:00
коммит произвёл German Andryeyev
родитель 97243ff755
Коммит 4830dd168c
-1
Просмотреть файл
@@ -498,7 +498,6 @@ const LightningProgram& LightningKernel::prog() const {
#if defined(USE_COMGR_LIBRARY)
bool LightningKernel::init() {
waveLimiter_.enable();
return GetAttrCodePropMetadata();
}