From f144034c98ff2588d5464eeb5ede036ae2888e44 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Thu, 23 Jan 2014 23:14:14 +0000 Subject: InitToTextSection is redundant with InitSections. Remove it. llvm-svn: 199955 --- llvm/lib/MC/MCNullStreamer.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'llvm/lib/MC/MCNullStreamer.cpp') diff --git a/llvm/lib/MC/MCNullStreamer.cpp b/llvm/lib/MC/MCNullStreamer.cpp index 9b9c4aa2a0c..9d98f987d69 100644 --- a/llvm/lib/MC/MCNullStreamer.cpp +++ b/llvm/lib/MC/MCNullStreamer.cpp @@ -24,9 +24,6 @@ namespace { /// @name MCStreamer Interface /// @{ - virtual void InitToTextSection() { - } - virtual void InitSections() { } -- cgit v1.2.3