From 9a4f25e1a608d80028b0b1992d7931dd41284255 Mon Sep 17 00:00:00 2001 From: chl Date: Thu, 15 Jan 2015 17:34:15 +0000 Subject: [PATCH] remove unused variable ok tedu@ --- usr.bin/encrypt/encrypt.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; -- 2.20.1