summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/query/profile/compiled/ValueSource.java
diff options
context:
space:
mode:
Diffstat (limited to 'container-search/src/main/java/com/yahoo/search/query/profile/compiled/ValueSource.java')
-rw-r--r--container-search/src/main/java/com/yahoo/search/query/profile/compiled/ValueSource.java18
1 files changed, 0 insertions, 18 deletions
diff --git a/container-search/src/main/java/com/yahoo/search/query/profile/compiled/ValueSource.java b/container-search/src/main/java/com/yahoo/search/query/profile/compiled/ValueSource.java
deleted file mode 100644
index 17326efb220..00000000000
--- a/container-search/src/main/java/com/yahoo/search/query/profile/compiled/ValueSource.java
+++ /dev/null
@@ -1,18 +0,0 @@
-// Copyright 2019 Oath Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-package com.yahoo.search.query.profile.compiled;
-
-import com.yahoo.search.query.profile.DimensionValues;
-import com.yahoo.search.query.profile.QueryProfile;
-
-/**
- * The source of a value in a compiled query profile
- *
- * @author bratseth
- */
-public class ValueSource {
-
- public ValueSource(QueryProfile owner, DimensionValues variant) {
-
- }
-
-}