summaryrefslogtreecommitdiff
path: root/t/binary.t
diff options
context:
space:
mode:
Diffstat (limited to 't/binary.t')
-rwxr-xr-xt/binary.t1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/binary.t b/t/binary.t
index 3ee0823..ae28814 100755
--- a/t/binary.t
+++ b/t/binary.t
@@ -61,7 +61,6 @@ my $mc = MC::Client->new;
# Let's turn on detail stats for all this stuff
$mc->stats('detail on');
-
my $check = sub {
my ($key, $orig_flags, $orig_val) = @_;
my ($flags, $val, $cas) = $mc->get($key);