Remove even more dead code after -sil-serialize-all is gone

This commit is contained in:
Roman Levenstein
2017-10-04 08:08:15 -07:00
parent dd85e69e7f
commit 8e9ce01852
5 changed files with 8 additions and 35 deletions

View File

@@ -322,9 +322,6 @@ public:
return wholeModule;
}
/// Returns true if everything in this SILModule is being serialized.
bool isWholeModuleSerialized() const { return false; }
/// Returns true if it is the OnoneSupport module.
bool isOnoneSupportModule() const;