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
0f03312c
Unverified
Commit
0f03312c
authored
Mar 08, 2019
by
Salvatore Sanfilippo
Committed by
GitHub
Mar 08, 2019
Browse files
Merge pull request #5902 from zhouyuan/wip_cleanup
server.h: remove dead code
parents
c33cb493
feb4ebff
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server.h
View file @
0f03312c
...
@@ -1887,7 +1887,6 @@ void setTypeConvert(robj *subject, int enc);
...
@@ -1887,7 +1887,6 @@ void setTypeConvert(robj *subject, int enc);
void
hashTypeConvert
(
robj
*
o
,
int
enc
);
void
hashTypeConvert
(
robj
*
o
,
int
enc
);
void
hashTypeTryConversion
(
robj
*
subject
,
robj
**
argv
,
int
start
,
int
end
);
void
hashTypeTryConversion
(
robj
*
subject
,
robj
**
argv
,
int
start
,
int
end
);
void
hashTypeTryObjectEncoding
(
robj
*
subject
,
robj
**
o1
,
robj
**
o2
);
int
hashTypeExists
(
robj
*
o
,
sds
key
);
int
hashTypeExists
(
robj
*
o
,
sds
key
);
int
hashTypeDelete
(
robj
*
o
,
sds
key
);
int
hashTypeDelete
(
robj
*
o
,
sds
key
);
unsigned
long
hashTypeLength
(
const
robj
*
o
);
unsigned
long
hashTypeLength
(
const
robj
*
o
);
...
...
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