Skip to content

Commit

Permalink
Removed unused variables in GetOperationImpl
Browse files Browse the repository at this point in the history
Change-Id: I3c52dfd21b7b02ea4e9d5f97fd7ed9b034ca0237
Reviewed-on: http://review.couchbase.org/9455
Reviewed-by: Michael Wiederhold <mike@couchbase.com>
Tested-by: Michael Wiederhold <mike@couchbase.com>
  • Loading branch information
Mike Wiederhold authored and Michael Wiederhold committed Sep 7, 2011
1 parent 5ca2ed1 commit 193a684
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -6,8 +6,6 @@ class GetOperationImpl extends SingleKeyOperationImpl
implements GetOperation {

static final int GET_CMD=0x00;
static final int GETL_CMD=0x94;
static final int GAT_CMD=0x1d;

/**
* Length of the extra header stuff for a GET response.
Expand Down

0 comments on commit 193a684

Please sign in to comment.