Kill [stdlib] attribute.

Now that we have true serialized modules, the standard library can import
the Builtin module without any special direction (beyond -parse-stdlib),
and anyone can include those modules without special direction.

Swift SVN r6752
This commit is contained in:
Jordan Rose
2013-07-30 21:27:42 +00:00
parent 21785c8a36
commit 3e7eef56e7
17 changed files with 28 additions and 77 deletions

View File

@@ -54,8 +54,7 @@ public:
/// \returns the module referenced, if it could be loaded. Otherwise,
/// emits a diagnostic and returns NULL.
virtual Module *
loadModule(SourceLoc importLoc, Module::AccessPathTy path,
bool isStdlibImport) override;
loadModule(SourceLoc importLoc, Module::AccessPathTy path) override;
/// \brief Look for declarations associated with the given name.
///