struct MetaData has an unused member "mimetype" that doesn't
authorArt Cancro <ajc@citadel.org>
Fri, 24 Aug 2018 14:27:14 +0000 (10:27 -0400)
committerArt Cancro <ajc@citadel.org>
Fri, 24 Aug 2018 14:27:14 +0000 (10:27 -0400)
commitd372b4e08a1b644c76985a89f55e77ab16fe691d
treeb678f54c1b5ade9cd0a5f36b8f10b3f381e77efe
parent7ff85f690e08fd22d4d7a92cc3356966be95563e
struct MetaData has an unused member "mimetype" that doesn't
appear to be used anywhere (other than import/export, which
doesn't count).  Removed this element from import/export and
renamed the member to "unused_field_1" in preparation for
removing it.
citadel/modules/migrate/serv_migrate.c
citadel/msgbase.c
citadel/server.h