From c151c51ea0606be966b9813feeb8b45aef2d6ffd Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Thu, 16 Jul 2009 01:55:13 +0000 Subject: Kill off MachineModule variables, and ForceLink variables. - Module initialization functions supplanted the need for these. llvm-svn: 75886 --- llvm/lib/Target/CBackend/CBackend.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'llvm/lib/Target/CBackend/CBackend.cpp') diff --git a/llvm/lib/Target/CBackend/CBackend.cpp b/llvm/lib/Target/CBackend/CBackend.cpp index b1361e8c268..cca896b59d3 100644 --- a/llvm/lib/Target/CBackend/CBackend.cpp +++ b/llvm/lib/Target/CBackend/CBackend.cpp @@ -50,14 +50,6 @@ #include using namespace llvm; -/// CBackendTargetMachineModule - Note that this is used on hosts that -/// cannot link in a library unless there are references into the -/// library. In particular, it seems that it is not possible to get -/// things to work on Win32 without this. Though it is unused, do not -/// remove it. -extern "C" int CBackendTargetMachineModule; -int CBackendTargetMachineModule = 0; - // Register the target. extern Target TheCBackendTarget; static RegisterTarget X(TheCBackendTarget, "c", "C backend"); -- cgit v1.2.3