[llvm] 66a7675 - [ORC] Remove an unused typedef.

Lang Hames via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 7 14:25:45 PST 2023


Author: Lang Hames
Date: 2023-11-07T14:25:01-08:00
New Revision: 66a76759fe569a024fe60b71bd1b9a8cc0cf2fd4

URL: https://github.com/llvm/llvm-project/commit/66a76759fe569a024fe60b71bd1b9a8cc0cf2fd4
DIFF: https://github.com/llvm/llvm-project/commit/66a76759fe569a024fe60b71bd1b9a8cc0cf2fd4.diff

LOG: [ORC] Remove an unused typedef.

Added: 
    

Modified: 
    llvm/include/llvm/ExecutionEngine/Orc/MachOPlatform.h

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/ExecutionEngine/Orc/MachOPlatform.h b/llvm/include/llvm/ExecutionEngine/Orc/MachOPlatform.h
index d4af6c9234e3a42..ac6ff3cb0861d35 100644
--- a/llvm/include/llvm/ExecutionEngine/Orc/MachOPlatform.h
+++ b/llvm/include/llvm/ExecutionEngine/Orc/MachOPlatform.h
@@ -281,12 +281,6 @@ class MachOPlatform : public Platform {
   std::atomic<BootstrapInfo *> Bootstrap;
 };
 
-namespace shared {
-
-using SPSNamedExecutorAddrRangeSequence =
-    SPSSequence<SPSTuple<SPSString, SPSExecutorAddrRange>>;
-
-} // end namespace shared
 } // end namespace orc
 } // end namespace llvm
 


        


More information about the llvm-commits mailing list