aboutsummaryrefslogtreecommitdiff
path: root/src/util/common_allocation.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-09-11 14:22:06 +0000
committerChristian Grothoff <christian@grothoff.org>2009-09-11 14:22:06 +0000
commitb60d9cfa7d42f0a933d7de137a2c8b17eaece4dd (patch)
treebf608b2d60dd749984a3d4473636df0099215814 /src/util/common_allocation.c
parentbeb7e51b1c1606856e2a8cbe2d6f5d64a56ca3b8 (diff)
downloadgnunet-b60d9cfa7d42f0a933d7de137a2c8b17eaece4dd.tar.gz
gnunet-b60d9cfa7d42f0a933d7de137a2c8b17eaece4dd.zip
eliminating not-used vector code
Diffstat (limited to 'src/util/common_allocation.c')
-rw-r--r--src/util/common_allocation.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/util/common_allocation.c b/src/util/common_allocation.c
index 7a79eef6d..f39d84cb3 100644
--- a/src/util/common_allocation.c
+++ b/src/util/common_allocation.c
@@ -74,9 +74,7 @@ GNUNET_xmalloc_unchecked_ (size_t size, const char *filename, int linenumber)
74 * memory is available. 74 * memory is available.
75 * 75 *
76 * @ptr the pointer to reallocate 76 * @ptr the pointer to reallocate
77 * @param size how many bytes of memory to allocate, do NOT use 77 * @param size how many bytes of memory to allocate
78 * this function (or GNUNET_malloc) to allocate more than several MB
79 * of memory
80 * @param filename where in the code was the call to GNUNET_realloc 78 * @param filename where in the code was the call to GNUNET_realloc
81 * @param linenumber where in the code was the call to GNUNET_realloc 79 * @param linenumber where in the code was the call to GNUNET_realloc
82 * @return pointer to size bytes of memory 80 * @return pointer to size bytes of memory