summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/ManagerRegistry.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/lib/Frontend/ManagerRegistry.cpp')
-rw-r--r--clang/lib/Frontend/ManagerRegistry.cpp20
1 files changed, 0 insertions, 20 deletions
diff --git a/clang/lib/Frontend/ManagerRegistry.cpp b/clang/lib/Frontend/ManagerRegistry.cpp
deleted file mode 100644
index 79f1e8178e1..00000000000
--- a/clang/lib/Frontend/ManagerRegistry.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
-//===- ManagerRegistry.cpp - Pluggble Analyzer module creators --*- C++ -*-===//
-//
-// The LLVM Compiler Infrastructure
-//
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
-//
-//===----------------------------------------------------------------------===//
-//
-// This file defines the pluggable analyzer module creators.
-//
-//===----------------------------------------------------------------------===//
-
-#include "clang/Frontend/ManagerRegistry.h"
-
-using namespace clang;
-
-StoreManagerCreator ManagerRegistry::StoreMgrCreator = 0;
-
-ConstraintManagerCreator ManagerRegistry::ConstraintMgrCreator = 0;
OpenPOWER on IntegriCloud