[Spice-devel] [cacard 3/7] simpletlv: Remove unused #include <assert.h>

Christophe Fergeau cfergeau at redhat.com
Fri Aug 10 08:04:25 UTC 2018


The SimpleTLV code does not call assert()

Signed-off-by: Christophe Fergeau <cfergeau at redhat.com>
---
 src/simpletlv.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/simpletlv.c b/src/simpletlv.c
index 30eb571..42ff572 100644
--- a/src/simpletlv.c
+++ b/src/simpletlv.c
@@ -28,7 +28,6 @@
 #include <stdio.h>
 #include <string.h>
 #include <ctype.h>
-#include <assert.h>
 #include <stdlib.h>
 
 #include "simpletlv.h"
-- 
2.17.1



More information about the Spice-devel mailing list