Skip to content

Commit

Permalink
useless call removed, thanks to Pieter for spotting this
Browse files Browse the repository at this point in the history
  • Loading branch information
antirez committed Jun 20, 2011
1 parent b0d1d26 commit 634bae9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/t_string.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ void getsetCommand(redisClient *c) {
c->argv[2] = tryObjectEncoding(c->argv[2]);
setKey(c->db,c->argv[1],c->argv[2]);
server.dirty++;
removeExpire(c->db,c->argv[1]);
}

static int getBitOffsetFromArgument(redisClient *c, robj *o, size_t *offset) {
Expand Down

0 comments on commit 634bae9

Please sign in to comment.