Removed unused clalloc() function

This commit is contained in:
Tobias Brunner
2013-06-11 11:03:12 +02:00
parent 819c02dbc6
commit 438a6693ca
2 changed files with 0 additions and 18 deletions
-5
View File
@@ -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
*/