From 438a6693ca54a782342f27f30faa667a4e6612cc Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Thu, 28 Mar 2013 11:03:26 +0100 Subject: Removed unused clalloc() function --- src/libstrongswan/utils/utils.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/libstrongswan/utils/utils.h') diff --git a/src/libstrongswan/utils/utils.h b/src/libstrongswan/utils/utils.h index 8637c3c82..ff1a007c1 100644 --- a/src/libstrongswan/utils/utils.h +++ b/src/libstrongswan/utils/utils.h @@ -375,11 +375,6 @@ typedef struct timespec timespec_t; */ typedef struct sockaddr sockaddr_t; -/** - * Clone a data to a newly allocated buffer - */ -void *clalloc(void *pointer, size_t size); - /** * Same as memcpy, but XORs src into dst instead of copy */ -- cgit v1.2.3