From 1e4b7823008daea1a22a6f0f9b379fdec37a4cd4 Mon Sep 17 00:00:00 2001
From: Justus Winter <justus@g10code.com>
Date: Fri, 4 Mar 2016 13:33:04 +0100
Subject: [PATCH] g10: Drop superfluous declaration.

* g10/main.h (disable_core_dumps): Drop declaration.

Signed-off-by: Justus Winter <justus@g10code.com>
---
 g10/main.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/g10/main.h b/g10/main.h
index 36879773a..5b5947e48 100644
--- a/g10/main.h
+++ b/g10/main.h
@@ -98,7 +98,6 @@ char *make_radix64_string( const byte *data, size_t len );
 
 /*-- misc.c --*/
 void trap_unaligned(void);
-int disable_core_dumps(void);
 void register_secured_file (const char *fname);
 void unregister_secured_file (const char *fname);
 int  is_secured_file (int fd);