Commits

Slava Pestov committed 552a6ad1b75
Sema: Remove some dead code for "delayed members", NFC This was added at some point to make 'import Foundation' faster in the REPL. What we really care about though is not delaying synthesis of the rawValue accessors (those are synthesized on demand anyway), but delaying the conformance check to RawRepresentable.