mirror of
https://github.com/fluencelabs/redis
synced 2025-06-18 19:51:22 +00:00
malloc definition with deprecated attribute was duplicated, one removed
This commit is contained in:
@ -887,7 +887,6 @@ void watchCommand(redisClient *c);
|
|||||||
void unwatchCommand(redisClient *c);
|
void unwatchCommand(redisClient *c);
|
||||||
|
|
||||||
#if defined(__GNUC__)
|
#if defined(__GNUC__)
|
||||||
void *malloc(size_t size) __attribute__ ((deprecated));
|
|
||||||
void *calloc(size_t count, size_t size) __attribute__ ((deprecated));
|
void *calloc(size_t count, size_t size) __attribute__ ((deprecated));
|
||||||
void free(void *ptr) __attribute__ ((deprecated));
|
void free(void *ptr) __attribute__ ((deprecated));
|
||||||
void *malloc(size_t size) __attribute__ ((deprecated));
|
void *malloc(size_t size) __attribute__ ((deprecated));
|
||||||
|
Reference in New Issue
Block a user