diff options
author | Eliot Horowitz <eliot@10gen.com> | 2013-06-24 23:35:41 -0400 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2013-06-24 23:58:15 -0400 |
commit | eae5f9737a7cecf07ef9cd93e237570e9d598a31 (patch) | |
tree | beb7bbe4aa27792b6ad674fc638b948a8d9b90b5 /src/mongo/dbtests/matchertests.cpp | |
parent | f16a607f0e16e88a6b55d5e667139ec4e0ec7113 (diff) | |
download | mongo-eae5f9737a7cecf07ef9cd93e237570e9d598a31.tar.gz |
remove MatcherOld
Diffstat (limited to 'src/mongo/dbtests/matchertests.cpp')
-rw-r--r-- | src/mongo/dbtests/matchertests.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/dbtests/matchertests.cpp b/src/mongo/dbtests/matchertests.cpp index 4cc2087fcc3..f7512871205 100644 --- a/src/mongo/dbtests/matchertests.cpp +++ b/src/mongo/dbtests/matchertests.cpp @@ -449,7 +449,6 @@ namespace MatcherTests { } #define ADD_BOTH(TEST) \ - add< TEST<MatcherOld> >(); \ add< TEST<Matcher2> >(); void setupTests() { |