[Libguestfs] [PATCH 1/2] lib: write: Remove unused variable.

Richard W.M. Jones rjones at redhat.com
Tue Dec 31 14:27:10 UTC 2013


---
 lib/write.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/write.c b/lib/write.c
index 8c4dd8e..384c6b2 100644
--- a/lib/write.c
+++ b/lib/write.c
@@ -954,7 +954,6 @@ hivex_node_set_values (hive_h *h, hive_node_h node,
   for (i = 0; i < nr_values; ++i) {
     /* Allocate vk record to store this (key, value) pair. */
     static const char vk_id[2] = { 'v', 'k' };
-    size_t name_len = strlen (values[i].key);
     size_t recoded_name_len;
     int use_utf16;
     char* recoded_name = _hivex_encode_string (values[i].key, &recoded_name_len,
-- 
1.8.4.2




More information about the Libguestfs mailing list