mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-26 12:20:42 +00:00
Don't require Registry specializations to define random static variables.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54902 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -15,17 +15,6 @@
|
||||
|
||||
using namespace llvm;
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
|
||||
template<> GCMetadataPrinterRegistry::node *GCMetadataPrinterRegistry::Head = 0;
|
||||
template<> GCMetadataPrinterRegistry::node *GCMetadataPrinterRegistry::Tail = 0;
|
||||
template<> GCMetadataPrinterRegistry::listener *
|
||||
GCMetadataPrinterRegistry::ListenerHead = 0;
|
||||
template<> GCMetadataPrinterRegistry::listener *
|
||||
GCMetadataPrinterRegistry::ListenerTail = 0;
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
|
||||
GCMetadataPrinter::GCMetadataPrinter() { }
|
||||
|
||||
GCMetadataPrinter::~GCMetadataPrinter() { }
|
||||
|
||||
Reference in New Issue
Block a user