InitToTextSection is redundant with InitSections. Remove it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199955 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Rafael Espindola
2014-01-23 23:14:14 +00:00
parent 2f9fe10f6f
commit 3a89110b6e
11 changed files with 2 additions and 33 deletions

View File

@@ -24,9 +24,6 @@ namespace {
/// @name MCStreamer Interface
/// @{
virtual void InitToTextSection() {
}
virtual void InitSections() {
}