Fix issue detected by clang

This commit is contained in:
Paul A. Patience 2015-09-10 21:02:11 -04:00
parent 9ef516c311
commit 9eafc90125

View File

@ -176,7 +176,6 @@ int can_main(int argc, char *argv[])
nmsgs = CONFIG_EXAMPLES_CAN_NMSGS;
minid = 1;
maxid = MAX_ID - 1;
badarg = false;
#ifdef CONFIG_CAN_EXTID
extended = true;
#endif