util-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 5/9] fdisk: sgi: remove unused code
@ 2012-06-17 16:10 Davidlohr Bueso
  0 siblings, 0 replies; only message in thread
From: Davidlohr Bueso @ 2012-06-17 16: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/fdisksgilabel.c |   17 -----------------
 1 files changed, 0 insertions(+), 17 deletions(-)

diff --git a/fdisk/fdisksgilabel.c b/fdisk/fdisksgilabel.c
index 7db28d9..eee86c0 100644
--- a/fdisk/fdisksgilabel.c
+++ b/fdisk/fdisksgilabel.c
@@ -116,23 +116,6 @@ sgi_get_ntrks(struct fdisk_context *cxt) {
 	return SSWAP16(sgilabel->devparam.ntrks);
 }
 
-#if 0
-static int
-sgi_get_head_vol0(void) {
-	return SSWAP16(sgilabel->devparam.head_vol0);
-}
-
-static int
-sgi_get_bytes(void) {
-	return SSWAP16(sgilabel->devparam.bytes);
-}
-
-static int
-sgi_get_pcylcount(void) {
-	return SSWAP16(sgilabel->devparam.pcylcount);
-}
-#endif
-
 void
 sgi_nolabel(struct fdisk_context *cxt) {
 	sgilabel->magic = 0;
-- 
1.7.4.1





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-06-17 16:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-17 16:10 [PATCH 5/9] fdisk: sgi: remove unused code Davidlohr Bueso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).