diff options
Diffstat (limited to 'llvm/lib/MC/MCPureStreamer.cpp')
-rw-r--r-- | llvm/lib/MC/MCPureStreamer.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/MC/MCPureStreamer.cpp b/llvm/lib/MC/MCPureStreamer.cpp index 20a3bdb0144..8a3bf8778f9 100644 --- a/llvm/lib/MC/MCPureStreamer.cpp +++ b/llvm/lib/MC/MCPureStreamer.cpp @@ -96,7 +96,6 @@ public: virtual bool EmitDwarfFileDirective(unsigned FileNo, StringRef Directory, StringRef Filename) { report_fatal_error("unsupported directive in pure streamer"); - return false; } /// @} |