summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/attribute/guard
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@oath.com>2018-04-20 09:15:30 +0000
committerTor Egge <Tor.Egge@oath.com>2018-04-20 09:15:30 +0000
commit0b71f5899ec4c0f2e74551daff901db36e7f4182 (patch)
treea2bc207674dceef5fc9d6c1a17ae3ecb2db6fd2c /searchlib/src/tests/attribute/guard
parentb438d5ef09ae94d0280e824e93196ae57ab97819 (diff)
Remove unused AttributeEnumGuard.
Diffstat (limited to 'searchlib/src/tests/attribute/guard')
-rw-r--r--searchlib/src/tests/attribute/guard/attributeguard.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchlib/src/tests/attribute/guard/attributeguard.cpp b/searchlib/src/tests/attribute/guard/attributeguard.cpp
index 314c5f336e0..b042806eb35 100644
--- a/searchlib/src/tests/attribute/guard/attributeguard.cpp
+++ b/searchlib/src/tests/attribute/guard/attributeguard.cpp
@@ -20,7 +20,7 @@ AttributeGuardTest::Main()
AttributeVector::SP ssattr(new SingleStringExtAttribute("ss1"));
- AttributeEnumGuard guard(ssattr);
+ AttributeGuard guard(ssattr);
EXPECT_TRUE(guard.valid());
TEST_DONE();