X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FTarget%2FTargetMachineRegistry.cpp;h=c1a4777c63140304bbc2b412e877d967697e5b2f;hb=d24479730a8790d82c4859dc477bc2416d7a6bda;hp=72e5401422c32c4163ad4fad3818d9f35ad3410f;hpb=62bdec0de3836eb0ab1df6112dda78f54b91de18;p=oota-llvm.git diff --git a/lib/Target/TargetMachineRegistry.cpp b/lib/Target/TargetMachineRegistry.cpp index 72e5401422c..c1a4777c631 100644 --- a/lib/Target/TargetMachineRegistry.cpp +++ b/lib/Target/TargetMachineRegistry.cpp @@ -18,13 +18,6 @@ #include using namespace llvm; -template<> Registry::node *Registry::Head = 0; -template<> Registry::node *Registry::Tail = 0; -template<> Registry::listener *Registry:: -ListenerHead = 0; -template<> Registry::listener *Registry:: -ListenerTail = 0; - /// getClosestStaticTargetForModule - Given an LLVM module, pick the best target /// that is compatible with the module. If no close target can be found, this /// returns null and sets the Error string to a reason.