]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoder.c
Stacked protocol decoders implementation.
[libsigrokdecode.git] / decoder.c
index 788d2e840c6650639407564f08949717fb01a64d..d626bd39db3aae063a6f58502c0df1349fce7ced 100644 (file)
--- a/decoder.c
+++ b/decoder.c
@@ -25,7 +25,6 @@
 
 /* The list of protocol decoders. */
 GSList *pd_list = NULL;
-GSList *di_list = NULL;
 
 
 /**