[llvm] 9202902 - RuntimeDyldImpl.h - remove unused Twine forward declaration. NFC.

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 22 07:07:33 PDT 2020


Author: Simon Pilgrim
Date: 2020-04-22T15:07:17+01:00
New Revision: 9202902ae657b41afc12c03051629aef7ba92004

URL: https://github.com/llvm/llvm-project/commit/9202902ae657b41afc12c03051629aef7ba92004
DIFF: https://github.com/llvm/llvm-project/commit/9202902ae657b41afc12c03051629aef7ba92004.diff

LOG: RuntimeDyldImpl.h - remove unused Twine forward declaration. NFC.

Added: 
    

Modified: 
    llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h

Removed: 
    


################################################################################
diff  --git a/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h b/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h
index 1b167558b80d..a9346536fd09 100644
--- a/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h
+++ b/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h
@@ -36,8 +36,6 @@ using namespace llvm::object;
 
 namespace llvm {
 
-class Twine;
-
 #define UNIMPLEMENTED_RELOC(RelType) \
   case RelType: \
     return make_error<RuntimeDyldError>("Unimplemented relocation: " #RelType)


        


More information about the llvm-commits mailing list