public inbox for util-linux@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 4/5] fdisk: remove unused function declaration
@ 2012-05-06 12:10 Davidlohr Bueso
  2012-05-10  9:52 ` Karel Zak
  0 siblings, 1 reply; 2+ messages in thread
From: Davidlohr Bueso @ 2012-05-06 12:10 UTC (permalink / raw)
  To: Karel Zak, Petr Uzel; +Cc: util-linux

From: Davidlohr Bueso <dave@gnu.org>

Signed-off-by: Davidlohr Bueso <dave@gnu.org>
---
 fdisk/fdisk.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/fdisk/fdisk.c b/fdisk/fdisk.c
index 3044879..d8a9558 100644
--- a/fdisk/fdisk.c
+++ b/fdisk/fdisk.c
@@ -52,8 +52,6 @@
 
 #include "gpt.h"
 
-static void delete_partition(int i);
-
 unsigned char *MBRbuffer;
 int MBRbuffer_changed;
 
-- 
1.7.4.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-05-10  9:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-06 12:10 [PATCH 4/5] fdisk: remove unused function declaration Davidlohr Bueso
2012-05-10  9:52 ` Karel Zak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox