summaryrefslogtreecommitdiff
path: root/usr/src/cmd/cmd-crypto/pktool/delete.c
diff options
context:
space:
mode:
authorMilan Jurik <milan.jurik@xylab.cz>2012-02-18 19:52:02 +0100
committerMilan Jurik <milan.jurik@xylab.cz>2012-02-18 19:52:02 +0100
commit33f5ff17089e3a43e6e730bf80384c233123dbd9 (patch)
treefe2258608d48d89964b62de39d7ba9c0ceea67f5 /usr/src/cmd/cmd-crypto/pktool/delete.c
parentb54d0971a8fbfdfacbe9451070dd10e3a56a96ae (diff)
downloadillumos-joyent-33f5ff17089e3a43e6e730bf80384c233123dbd9.tar.gz
2077 lots of unreachable breaks in illumos gate
Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Richard Lowe <richlowe@richlowe.net>
Diffstat (limited to 'usr/src/cmd/cmd-crypto/pktool/delete.c')
-rw-r--r--usr/src/cmd/cmd-crypto/pktool/delete.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr/src/cmd/cmd-crypto/pktool/delete.c b/usr/src/cmd/cmd-crypto/pktool/delete.c
index de0a5da0be..676552baf5 100644
--- a/usr/src/cmd/cmd-crypto/pktool/delete.c
+++ b/usr/src/cmd/cmd-crypto/pktool/delete.c
@@ -21,10 +21,9 @@
/*
* Copyright 2008 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
+ * Copyright 2012 Milan Jurik. All rights reserved.
*/
-#pragma ident "%Z%%M% %I% %E% SMI"
-
/*
* This file implements the token object delete operation for this tool.
* It loads the PKCS#11 modules, finds the object to delete, deletes it,
@@ -805,7 +804,6 @@ pk_delete(int argc, char *argv[])
break;
default:
return (PK_ERR_USAGE);
- break;
}
}