diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-02-23 23:38:43 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-02-23 23:38:43 -0500 |
commit | a4e9d672924f027c3e66220a8f70427d42154fe2 (patch) | |
tree | 6ce56ec6484d614723ba71114cd9b9545de61a2b /src/common/util.h | |
parent | 5bfa373eeeb2d76879fe8b0ea130724176f54e81 (diff) | |
download | tor-a4e9d672924f027c3e66220a8f70427d42154fe2.tar.gz tor-a4e9d672924f027c3e66220a8f70427d42154fe2.zip |
Remove some functions which were unused except for their tests
Diffstat (limited to 'src/common/util.h')
-rw-r--r-- | src/common/util.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/util.h b/src/common/util.h index d4c55bffce..8206a6d8a4 100644 --- a/src/common/util.h +++ b/src/common/util.h @@ -215,8 +215,6 @@ int tor_digest256_is_zero(const char *digest); char *esc_for_log(const char *string) ATTR_MALLOC; const char *escaped(const char *string); struct smartlist_t; -void wrap_string(struct smartlist_t *out, const char *string, size_t width, - const char *prefix0, const char *prefixRest); int tor_vsscanf(const char *buf, const char *pattern, va_list ap) #ifdef __GNUC__ __attribute__((format(scanf, 2, 0))) |