out-commented unused var

FossilOrigin-Name: d3e99d55181259d7a418154fdf118acbbebaeceaa27e8017739d9465e817ba67
This commit is contained in:
7u83@mail.ru 2018-03-27 16:37:57 +00:00
parent c06ef57250
commit 2b92025f4d
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
int cw_out_generic(struct cw_ElemHandler * handler, struct cw_ElemHandlerParams * params
, uint8_t * dst)
{
char detail[128];
/* char detail[128];*/
struct cw_KTV * elem, search;
int start, len, l;
/* Get the element to put */