summaryrefslogtreecommitdiff
path: root/solenv/bin
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-10-22 10:46:11 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-10-22 10:46:43 +0200
commit349cf01b1dd3a4c08fb3e17ffd89aa7ea9211f6c (patch)
tree1f20af2a126e24974a6b6b3c947cdb02db01c7d6 /solenv/bin
parentfc211a5fde10109ac022f0dbdc04bcb0480fb9e0 (diff)
Remove spurious find_substr
Change-Id: I4b001e6fd963df2fad97aaf5885b0b38189e59d6
Diffstat (limited to 'solenv/bin')
-rw-r--r--solenv/bin/concat-deps.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/solenv/bin/concat-deps.c b/solenv/bin/concat-deps.c
index 81a47929a266..ccc117fd2838 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.
*/