[NamedLazyMemberLoading] Remove duplicate defn of DeclID in ModuleFormat.h

This commit is contained in:
Graydon Hoare
2017-10-27 22:31:52 -07:00
parent 00f7c19bc5
commit 09301cfbb4

View File

@@ -56,7 +56,6 @@ const uint16_t VERSION_MAJOR = 0;
/// it just ensures a conflict if two people change the module format.
const uint16_t VERSION_MINOR = 377; // Last change: SILFunctionType witness_method conformances
using DeclID = PointerEmbeddedInt<unsigned, 31>;
using DeclIDField = BCFixed<31>;
// TypeID must be the same as DeclID because it is stored in the same way.