Removed unused clalloc() function
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user