Revert "Add support for Axle library." It breaks the build.

This reverts commit r9292.

Swift SVN r9296
This commit is contained in:
Joe Groff
2013-10-13 22:38:22 +00:00
parent c5f20cabcc
commit cf457d2210
17 changed files with 26 additions and 326 deletions

View File

@@ -169,9 +169,6 @@ public:
/// The name of the standard library module "swift".
Identifier StdlibModuleName;
/// The name of the standard library module "axle".
Identifier AxleStdlibModuleName;
/// ImportSearchPaths - The paths to search for imports in.
std::vector<std::string> ImportSearchPaths;