diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-06-13 14:03:05 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-06-13 14:03:05 +0000 |
commit | 541f4b85805a3c63569e5f4563cf7831f962ac79 (patch) | |
tree | f0cc79fe106c0719344c6a029d72f53ad25e729a /libdiskfs/diskfs.h | |
parent | 979c25a9090585edd85778309f0300eaec79b423 (diff) |
(diskfs_edit_version): Delete variable.
Diffstat (limited to 'libdiskfs/diskfs.h')
-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 d10312b8..9e9a7957 100644 --- a/libdiskfs/diskfs.h +++ b/libdiskfs/diskfs.h @@ -209,7 +209,6 @@ extern char *diskfs_server_name; and edit version numbers. */ extern int diskfs_major_version; extern int diskfs_minor_version; -extern int diskfs_edit_version; /* The user may define this variable. This should be nonzero iff the filesystem format supports shortcutting symlink translation. |