Most streamers' InitSections just create a text section. Make that the default

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199969 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Rafael Espindola
2014-01-24 02:42:26 +00:00
parent 61e4d529fe
commit b385559db9
7 changed files with 6 additions and 21 deletions
-3
View File
@@ -24,9 +24,6 @@ namespace {
/// @name MCStreamer Interface
/// @{
virtual void InitSections() {
}
virtual void ChangeSection(const MCSection *Section,
const MCExpr *Subsection) {
}