Remove support for the pre-1.0 bytecode version #1. This will become
[oota-llvm.git] / lib / Bytecode / Reader / ReaderInternals.h
index 2e9a0e927ed464945442406c333d095b56af6bd3..b1d9c605f7868bb2d5a5667bc0795de0419b3ff5 100644 (file)
@@ -91,7 +91,6 @@ private:
   // Information about the module, extracted from the bytecode revision number.
   unsigned char RevisionNum;        // The rev # itself
   unsigned char FirstDerivedTyID;   // First variable index to use for type
-  bool hasInternalMarkerOnly;       // Only types of linkage are intern/external
   bool hasExtendedLinkageSpecs;     // Supports more than 4 linkage types
   bool hasOldStyleVarargs;          // Has old version of varargs intrinsics?
   bool hasVarArgCallPadding;        // Bytecode has extra padding in vararg call