[libdmapsharing] Remove an unused variable



commit c53773ab3040b536d4cb30532f6f9d4c2e6f3714
Author: W. Michael Petullo <mike flyn org>
Date:   Sun Nov 12 19:58:01 2017 -0500

    Remove an unused variable
    
    Signed-off-by: W. Michael Petullo <mike flyn org>

 libdmapsharing/daap-connection.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libdmapsharing/daap-connection.c b/libdmapsharing/daap-connection.c
index 2e659de..f6d5259 100644
--- a/libdmapsharing/daap-connection.c
+++ b/libdmapsharing/daap-connection.c
@@ -392,7 +392,7 @@ START_TEST(_handle_mlcl_bad_code_test)
        GNode *parent;
        DMAPRecord *record;
        int item_id;
-       char *set_value      = "value", *value = NULL;
+       char *set_value      = "value";
        char *expected_title = "title", *title = NULL;
 
        item = g_new0(DMAPStructureItem, 1);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]