mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Revert r19185: Add T* syntactic sugar type for UnsafePointer<T>.
Swift SVN r18255
This commit is contained in:
@@ -40,7 +40,7 @@ const uint16_t VERSION_MAJOR = 0;
|
||||
/// Serialized module format minor version number.
|
||||
///
|
||||
/// When the format changes IN ANY WAY, this number should be incremented.
|
||||
const uint16_t VERSION_MINOR = 98;
|
||||
const uint16_t VERSION_MINOR = 97;
|
||||
|
||||
using DeclID = Fixnum<31>;
|
||||
using DeclIDField = BCFixed<31>;
|
||||
@@ -564,7 +564,6 @@ namespace decls_block {
|
||||
using OptionalTypeLayout = SyntaxSugarTypeLayout<OPTIONAL_TYPE>;
|
||||
using ImplicitlyUnwrappedOptionalTypeLayout =
|
||||
SyntaxSugarTypeLayout<UNCHECKED_OPTIONAL_TYPE>;
|
||||
using UnsafePointerTypeLayout = SyntaxSugarTypeLayout<UNSAFE_POINTER_TYPE>;
|
||||
|
||||
using ReferenceStorageTypeLayout = BCRecordLayout<
|
||||
REFERENCE_STORAGE_TYPE,
|
||||
|
||||
Reference in New Issue
Block a user