Skip to content

Commit

Permalink
Missed a #if. Unbreak the build for people who don't have -DENABLE_PO…
Browse files Browse the repository at this point in the history
…INTER_CONVERSIONS set.

Swift SVN r19276
  • Loading branch information
jckarter committed Jun 26, 2014
1 parent 624135d commit e47a4e2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions stdlib/core/Dictionary.swift
Original file line number Diff line number Diff line change
Expand Up @@ -671,11 +671,7 @@ class _NativeDictionaryStorageOwnerBase

/// TODO: Remove this #if and typealias when pointer conversion has been phased
/// in.
#if ENABLE_POINTER_CONVERSIONS
typealias _FastEnumerationItemsPtr = AutoreleasingUnsafePointer<AnyObject?>
#else
typealias _FastEnumerationItemsPtr = UnsafePointer<AnyObject?>
#endif

/// This class is an artifact of the COW implementation. This class only
/// exists to keep separate retain counts separate for:
Expand Down

0 comments on commit e47a4e2

Please sign in to comment.