TrigT1RPClogic: Fix clang warning.
clang warning: unused private data member.
This member was commented as having been retained to fix a crash. However, there is no further information on what was crashing, and i don't reproduce any crash. I suspect that when this was tested, not all dependent packags were recompiled.
Let's go ahead and try removing this.