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:
parent
3a94319ad4
commit
67f095ca90
1 changed files with 0 additions and 2 deletions
|
@ -116,8 +116,6 @@ public:
|
|||
/** Called whenever a sample is processed. */
|
||||
virtual int process(sample *smp)
|
||||
{
|
||||
assert(state == STATE_STARTED);
|
||||
|
||||
return HOOK_OK;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue