From 365e302f6153a99fc79b7bad8fafa1d61e839e55 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Sat, 23 Feb 2013 23:03:24 -0500 Subject: Remove a bunch of unused macro definitions --- src/common/util.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/common/util.h') 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) -- cgit v1.2.3-54-g00ecf