diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2017-09-05 06:35:20 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2017-09-05 06:35:20 +0000 |
commit | 42d00f38a7bb037e8858f121842cb455800e6c51 (patch) | |
tree | a96a9e1a6f69ae07ccd9ac0c116d83f20ff069c7 /sys | |
parent | ff01ba4cf3aa07b482df6328a3bd6d01b656d878 (diff) |
Remove unused 32bit version of elf_hash().
Riding previous libc bump.
ok kettenis@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/sys/exec_elf.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/sys/exec_elf.h b/sys/sys/exec_elf.h index 77c13a0372c..2efe09ebc9d 100644 --- a/sys/sys/exec_elf.h +++ b/sys/sys/exec_elf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: exec_elf.h,v 1.74 2017/05/30 15:39:05 mpi Exp $ */ +/* $OpenBSD: exec_elf.h,v 1.75 2017/09/05 06:35:19 mpi Exp $ */ /* * Copyright (c) 1995, 1996 Erik Theisen. All rights reserved. * @@ -528,9 +528,6 @@ typedef struct { #define DF_1_NODUMP 0x00001000 #define DF_1_CONLFAT 0x00002000 -/* Standard ELF hashing function */ -unsigned int elf_hash(const unsigned char *name); - /* * Note header */ |