[Libreoffice-commits] .: solenv/bin
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Mon Oct 22 01:47:08 PDT 2012
solenv/bin/concat-deps.c | 8 --------
1 file changed, 8 deletions(-)
New commits:
commit 349cf01b1dd3a4c08fb3e17ffd89aa7ea9211f6c
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Mon Oct 22 10:46:11 2012 +0200
Remove spurious find_substr
Change-Id: I4b001e6fd963df2fad97aaf5885b0b38189e59d6
diff --git a/solenv/bin/concat-deps.c b/solenv/bin/concat-deps.c
index 81a4792..ccc117f 100644
--- a/solenv/bin/concat-deps.c
+++ b/solenv/bin/concat-deps.c
@@ -711,14 +711,6 @@ static inline void eat_space(char ** token)
}
/*
- * Find substring in bounded length string
- */
-static inline const char *find_substr(const char *key, int key_len,
- const char *substr, int substr_len)
-{
-}
-
-/*
* Prune LibreOffice specific duplicate dependencies to improve
* gnumake startup time, and shrink the disk-space footprint.
*/
More information about the Libreoffice-commits
mailing list