summaryrefslogtreecommitdiff
path: root/src/common/util.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-02-23 23:03:24 -0500
committerNick Mathewson <nickm@torproject.org>2013-02-23 23:05:25 -0500
commit365e302f6153a99fc79b7bad8fafa1d61e839e55 (patch)
tree0531c91adde79e847808ed3768083c205967fe43 /src/common/util.h
parent337e32f5b8f5f3b310da20bf0135f17d06efb3ab (diff)
downloadtor-365e302f6153a99fc79b7bad8fafa1d61e839e55.tar.gz
tor-365e302f6153a99fc79b7bad8fafa1d61e839e55.zip
Remove a bunch of unused macro definitions
Diffstat (limited to 'src/common/util.h')
-rw-r--r--src/common/util.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/util.h b/src/common/util.h
index ac88f1ca1c..c6e1c1aadf 100644
--- a/src/common/util.h
+++ b/src/common/util.h
@@ -112,7 +112,6 @@ extern int dmalloc_free(const char *file, const int line, void *pnt,
#define tor_malloc(size) tor_malloc_(size DMALLOC_ARGS)
#define tor_malloc_zero(size) tor_malloc_zero_(size DMALLOC_ARGS)
#define tor_calloc(nmemb,size) tor_calloc_(nmemb, size DMALLOC_ARGS)
-#define tor_malloc_roundup(szp) _tor_malloc_roundup(szp DMALLOC_ARGS)
#define tor_realloc(ptr, size) tor_realloc_(ptr, size DMALLOC_ARGS)
#define tor_strdup(s) tor_strdup_(s DMALLOC_ARGS)
#define tor_strndup(s, n) tor_strndup_(s, n DMALLOC_ARGS)