diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-06-09 20:11:20 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-06-09 20:11:20 +0000 |
commit | e8b57a3e17a4980350fbc9456a465ce984e6c533 (patch) | |
tree | 08318c43cee9e506165bab1af77a904c4e965749 | |
parent | 046a307b3eee7c8d2d45f31dc7133dae9a0ee9ac (diff) |
(diskfs_transboot_class): Delete var.
-rw-r--r-- | libdiskfs/diskfs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libdiskfs/diskfs.h b/libdiskfs/diskfs.h index f3e3bb89..8420b9fd 100644 --- a/libdiskfs/diskfs.h +++ b/libdiskfs/diskfs.h @@ -142,7 +142,6 @@ struct pager; /* Port classes we manage */ extern struct port_class *diskfs_protid_class; -extern struct port_class *diskfs_transboot_class; extern struct port_class *diskfs_control_class; extern struct port_class *diskfs_execboot_class; extern struct port_class *diskfs_initboot_class; |