1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

hooks: remove useless assertion

This commit is contained in:
Steffen Vogel 2019-04-06 14:20:21 +02:00
parent 3a94319ad4
commit 67f095ca90

View file

@ -116,8 +116,6 @@ public:
/** Called whenever a sample is processed. */
virtual int process(sample *smp)
{
assert(state == STATE_STARTED);
return HOOK_OK;
};