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


[ROCm/clr commit: 4830dd168c]
This commit is contained in:
Jaydeep Patel
2023-02-16 16:57:50 +00:00
committed by German Andryeyev
parent 4d6ec86edf
commit ae81589d28
@@ -498,7 +498,6 @@ const LightningProgram& LightningKernel::prog() const {
#if defined(USE_COMGR_LIBRARY)
bool LightningKernel::init() {
waveLimiter_.enable();
return GetAttrCodePropMetadata();
}