Remove redundant assignment

Signed-off-by: Thomas Jarosch <[email protected]>
This commit is contained in:
Thomas Jarosch
2011-08-29 09:10:28 +02:00
committed by Martin Willi
parent 848567fdf2
commit f50ee82573
-1
View File
@@ -58,7 +58,6 @@ size_t dstlen;
prefix = "0x";
break;
case ':':
format = 'x';
breakevery = 2;
breakchar = ':';
/* FALLTHROUGH */