diff options
| author | Volker Lendecke <vl@samba.org> | 2014-09-14 18:49:46 +0200 |
|---|---|---|
| committer | Jeremy Allison <jra@samba.org> | 2014-09-17 00:31:21 +0200 |
| commit | 4be583493aabba76e36e5a105702d6de0c2e82cc (patch) | |
| tree | ace38181d7e24edc4ab7071262140b834b81a427 /ctdb/lib | |
| parent | e8996582c6b004261ebc5051f2d809bd7505d0b6 (diff) | |
| download | samba-4be583493aabba76e36e5a105702d6de0c2e82cc.tar.gz samba-4be583493aabba76e36e5a105702d6de0c2e82cc.tar.xz samba-4be583493aabba76e36e5a105702d6de0c2e82cc.zip | |
lib: Remove unused file_lines_slashcont
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'ctdb/lib')
| -rw-r--r-- | ctdb/lib/util/util.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ctdb/lib/util/util.h b/ctdb/lib/util/util.h index 8702f2a05a..33f46bd3d5 100644 --- a/ctdb/lib/util/util.h +++ b/ctdb/lib/util/util.h @@ -333,12 +333,6 @@ the list. _PUBLIC_ char **fd_lines_load(int fd, int *numlines, size_t maxsize, TALLOC_CTX *mem_ctx); /** -take a list of lines and modify them to produce a list where \ continues -a line -**/ -_PUBLIC_ void file_lines_slashcont(char **lines); - -/** save a lump of data into a file. Mostly used for debugging */ _PUBLIC_ bool file_save(const char *fname, const void *packet, size_t length); |
