diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2016-01-17 18:57:53 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2016-01-17 18:57:53 +0000 |
commit | 5db06af4f824eff841d51c1fc857f885f1ebaa43 (patch) | |
tree | adb7caffb8e5c5bba951a39d2973a18e914bc050 /sbin/pdisk/dump.h | |
parent | 35d519c17bd4c899ae1d231dd0d92bce0c817cf9 (diff) |
Remove a bunch of ridiculous and uninformative comments like "// Defines".
Diffstat (limited to 'sbin/pdisk/dump.h')
-rw-r--r-- | sbin/pdisk/dump.h | 26 |
1 files changed, 1 insertions, 25 deletions
diff --git a/sbin/pdisk/dump.h b/sbin/pdisk/dump.h index 9c3fde00c4e..ca0d1217b8d 100644 --- a/sbin/pdisk/dump.h +++ b/sbin/pdisk/dump.h @@ -1,4 +1,4 @@ -/* $OpenBSD: dump.h,v 1.7 2016/01/17 17:44:05 krw Exp $ */ +/* $OpenBSD: dump.h,v 1.8 2016/01/17 18:57:52 krw Exp $ */ // // dump.h - dumping partition maps @@ -32,30 +32,6 @@ #include "partition_map.h" - -// -// Defines -// - - -// -// Types -// - - -// -// Global Constants -// - - -// -// Global Variables -// - - -// -// Forward declarations -// void display_patches(struct partition_map *entry); int dump(char *name); void dump_block(unsigned char *addr, int len); |