summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormickey <mickey@openbsd.org>2003-05-30 20:53:29 +0000
committermickey <mickey@openbsd.org>2003-05-30 20:53:29 +0000
commit1eaf03ae3522f065943023cac66768f716e650e9 (patch)
tree7bad21fc0a4df40eb0774e27cee8daba403dbb29
parentAdd pmdb to the build. (diff)
downloadwireguard-openbsd-1eaf03ae3522f065943023cac66768f716e650e9.tar.xz
wireguard-openbsd-1eaf03ae3522f065943023cac66768f716e650e9.zip
kill an unused variable
-rw-r--r--usr.bin/pmdb/arch/hppa/hppa.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/pmdb/arch/hppa/hppa.c b/usr.bin/pmdb/arch/hppa/hppa.c
index 1af9c281460..7febfe70d44 100644
--- a/usr.bin/pmdb/arch/hppa/hppa.c
+++ b/usr.bin/pmdb/arch/hppa/hppa.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: hppa.c,v 1.7 2003/03/14 22:18:24 mickey Exp $ */
+/* $OpenBSD: hppa.c,v 1.8 2003/05/30 20:53:29 mickey Exp $ */
/*
* Copyright (c) 2002-2003 Michael Shalayeff
@@ -93,7 +93,6 @@ int
md_getregs(struct pstate *ps, reg *regs)
{
struct reg r;
- int i;
if (process_getregs(ps, &r))
return (-1);