From: chl Date: Thu, 15 Jan 2015 17:34:15 +0000 (+0000) Subject: remove unused variable X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=9a4f25e1a608d80028b0b1992d7931dd41284255;p=openbsd remove unused variable ok tedu@ --- diff --git a/usr.bin/encrypt/encrypt.c b/usr.bin/encrypt/encrypt.c index a1772663f03..fa1b7d94caa 100644 --- a/usr.bin/encrypt/encrypt.c +++ b/usr.bin/encrypt/encrypt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: encrypt.c,v 1.37 2015/01/05 14:07:12 tedu Exp $ */ +/* $OpenBSD: encrypt.c,v 1.38 2015/01/15 17:34:15 chl Exp $ */ /* * Copyright (c) 1996, Jason Downs. All rights reserved. @@ -88,7 +88,6 @@ main(int argc, char **argv) int opt; int operation = -1; int prompt = 0; - int rounds; char *extra = NULL; /* Store salt or number of rounds */ const char *errstr;