[Libreoffice-commits] .: solenv/bin

Julien Nabet serval2412 at kemper.freedesktop.org
Sun Feb 12 08:42:12 PST 2012


 solenv/bin/concat-deps.c |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 5be2521a90766ba0dcefeb05af8b2bdaf06a53a0
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Sun Feb 12 17:41:05 2012 +0100

    "in_list_end" never read, let's drop it

diff --git a/solenv/bin/concat-deps.c b/solenv/bin/concat-deps.c
index 66b9025..a667e0a 100644
--- a/solenv/bin/concat-deps.c
+++ b/solenv/bin/concat-deps.c
@@ -822,7 +822,6 @@ int rc = 0;
 off_t in_list_size = 0;
 char* in_list;
 char* in_list_cursor;
-char* in_list_end;
 char* in_list_base;
 struct hash* dep_hash;
 char* base_dir;
@@ -842,7 +841,6 @@ char* base_dir;
     if(!rc)
     {
         dep_hash = hash_create( kDEFAULT_HASH_SIZE);
-        in_list_end = in_list + in_list_size;
         in_list_base = in_list_cursor = in_list;
 
         /* extract filename of dep file from a 'space' separated list */


More information about the Libreoffice-commits mailing list