Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/sentencepiece.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaku Kudo <taku@google.com>2018-08-09 11:44:20 +0300
committerTaku Kudo <taku@google.com>2018-08-09 11:44:20 +0300
commitad967d7e1083d12d28b716168dd54e55da08b35f (patch)
tree20edaf9e8080487724a20e51da45c622df4f9e61 /src/error.cc
parent45fe27b8d37f48eb5627cec4c9b5cbe2cbefc235 (diff)
fixed build error
Diffstat (limited to 'src/error.cc')
-rw-r--r--src/error.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/error.cc b/src/error.cc
index af1147d..639f896 100644
--- a/src/error.cc
+++ b/src/error.cc
@@ -150,7 +150,5 @@ std::string Status::ToString() const {
void Status::IgnoreError() {}
-Status OkStatus() { return Status(); }
-
} // namespace util
} // namespace sentencepiece