aboutsummaryrefslogtreecommitdiff
path: root/lib/Checker/RangeConstraintManager.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-08-26 01:17:33 +0000
committerChris Lattner <sabre@nondot.org>2010-08-26 01:17:33 +0000
commitc460889b865c6beb4cbfec1afecf5d8f14b3b108 (patch)
tree8da212542ee016b6da098406749bcecc9ae1db30 /lib/Checker/RangeConstraintManager.cpp
parente361cc3daa6c22e4413d48bd8b8934ea9fd5a55f (diff)
zap dead ctor
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@112132 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Checker/RangeConstraintManager.cpp')
-rw-r--r--lib/Checker/RangeConstraintManager.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Checker/RangeConstraintManager.cpp b/lib/Checker/RangeConstraintManager.cpp
index 2a35d326a9..697694e72a 100644
--- a/lib/Checker/RangeConstraintManager.cpp
+++ b/lib/Checker/RangeConstraintManager.cpp
@@ -83,7 +83,6 @@ public:
typedef PrimRangeSet::iterator iterator;
RangeSet(PrimRangeSet RS) : ranges(RS) {}
- RangeSet(Factory& F) : ranges(F.GetEmptySet()) {}
iterator begin() const { return ranges.begin(); }
iterator end() const { return ranges.end(); }