From dc4f87527f61f0d20a5fc175ca19ad3f367133c1 Mon Sep 17 00:00:00 2001 From: Gil Date: Mon, 4 Jun 2018 13:06:43 -0700 Subject: Build cleanup (#1375) * Remove extraneous firebase_firestore_util_async_queue target * Remove unimplemented declaration in string_util.h --- Firestore/core/src/firebase/firestore/util/string_util.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Firestore/core/src/firebase/firestore/util/string_util.h') diff --git a/Firestore/core/src/firebase/firestore/util/string_util.h b/Firestore/core/src/firebase/firestore/util/string_util.h index 96ba0b0..86acc56 100644 --- a/Firestore/core/src/firebase/firestore/util/string_util.h +++ b/Firestore/core/src/firebase/firestore/util/string_util.h @@ -65,11 +65,6 @@ std::string PrefixSuccessor(absl::string_view prefix); */ std::string ImmediateSuccessor(absl::string_view s); -/** - * Returns true if the given value starts with the given prefix. - */ -bool StartsWith(const std::string &value, const std::string &prefix); - } // namespace util } // namespace firestore } // namespace firebase -- cgit v1.2.3