aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/lib/hash/hash.h
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/core/lib/hash/hash.h')
-rw-r--r--tensorflow/core/lib/hash/hash.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tensorflow/core/lib/hash/hash.h b/tensorflow/core/lib/hash/hash.h
index ca05e6346e..77b8031598 100644
--- a/tensorflow/core/lib/hash/hash.h
+++ b/tensorflow/core/lib/hash/hash.h
@@ -76,7 +76,6 @@ struct hash<StringPiece> {
return static_cast<size_t>(Hash64(sp.data(), sp.size()));
}
};
-using StringPieceHasher = ::tensorflow::hash<StringPiece>;
template <typename T, typename U>
struct hash<std::pair<T, U>> {