subchan: Remove unused const variable

nullbytes has never been used, I assume the code ended up
using memset instead of copying from nullbytes.

Fixes:
subchan_demux.c:47:22: warning: unused variable 'nullbytes' [-Wunused-const-variable]
static const uint8_t nullbytes[SYNC_HDR_BITS];
1 file changed