aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/ELFWriter.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-05-02 17:20:28 +0000
committerChris Lattner <sabre@nondot.org>2006-05-02 17:20:28 +0000
commitb0cc79d45b1e455b486f8ca5cc68546b7a865eb3 (patch)
tree166dec91b707806ebdedafe1f41883f9a80f6f5f /lib/CodeGen/ELFWriter.cpp
parent15bddb96c31475d14833f7aef9ccae5305b7f5f2 (diff)
Remove dead method
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28055 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/ELFWriter.cpp')
-rw-r--r--lib/CodeGen/ELFWriter.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/CodeGen/ELFWriter.cpp b/lib/CodeGen/ELFWriter.cpp
index 4be2419886..a802c1aa79 100644
--- a/lib/CodeGen/ELFWriter.cpp
+++ b/lib/CodeGen/ELFWriter.cpp
@@ -65,9 +65,6 @@ namespace llvm {
virtual void emitByte(unsigned char B) {
OutBuffer->push_back(B);
}
- virtual void emitWordAt(unsigned W, unsigned *Ptr) {
- assert(0 && "ni");
- }
virtual void emitWord(unsigned W) {
assert(0 && "ni");
}