summaryrefslogtreecommitdiffstats
path: root/lib/csu
diff options
context:
space:
mode:
authorchl <chl@openbsd.org>2017-01-29 22:31:09 +0000
committerchl <chl@openbsd.org>2017-01-29 22:31:09 +0000
commit19e3396dabce48cbc9a8a5562e7e6647d6f8bd0a (patch)
tree77a8d05d05b43c418f7019ab45910a4fe6099f14 /lib/csu
parentAdd -n to break-pane. (diff)
downloadwireguard-openbsd-19e3396dabce48cbc9a8a5562e7e6647d6f8bd0a.tar.xz
wireguard-openbsd-19e3396dabce48cbc9a8a5562e7e6647d6f8bd0a.zip
remove unused variables
ok krw@ guenther@
Diffstat (limited to 'lib/csu')
-rw-r--r--lib/csu/boot.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/csu/boot.h b/lib/csu/boot.h
index e4e130bcfe3..1171a46140e 100644
--- a/lib/csu/boot.h
+++ b/lib/csu/boot.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: boot.h,v 1.27 2017/01/02 15:25:50 kettenis Exp $ */
+/* $OpenBSD: boot.h,v 1.28 2017/01/29 22:31:09 chl Exp $ */
/*
* Copyright (c) 1998 Per Fogelstrom, Opsycon AB
@@ -93,8 +93,6 @@ _dl_boot_bind(const long sp, long *dl_data, Elf_Dyn *dynamicp)
AuxInfo *auxstack;
long *stack;
Elf_Dyn *dynp;
- Elf_Addr start;
- size_t size;
int n, argc;
char **argv, **envp;
long loff;