Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
f99e660b
Commit
f99e660b
authored
Jul 27, 2010
by
antirez
Browse files
malloc definition with deprecated attribute was duplicated, one removed
parent
80091bba
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/redis.h
View file @
f99e660b
...
...
@@ -887,7 +887,6 @@ void watchCommand(redisClient *c);
void
unwatchCommand
(
redisClient
*
c
);
#if defined(__GNUC__)
void
*
malloc
(
size_t
size
)
__attribute__
((
deprecated
));
void
*
calloc
(
size_t
count
,
size_t
size
)
__attribute__
((
deprecated
));
void
free
(
void
*
ptr
)
__attribute__
((
deprecated
));
void
*
malloc
(
size_t
size
)
__attribute__
((
deprecated
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment