mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-12-13 07:59:04 +08:00
unittest: Remove unused methods
This fixes compiler warnings. Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
9b9d4bf0fa
commit
fdb3f58c6c
@ -32,9 +32,6 @@ class ApplyBoxTest : public testing::Test {
|
|||||||
return file::JoinPath(TESTING_DIR, name);
|
return file::JoinPath(TESTING_DIR, name);
|
||||||
}
|
}
|
||||||
std::string TessdataPath() { return TESSDATA_DIR; }
|
std::string TessdataPath() { return TESSDATA_DIR; }
|
||||||
std::string OutputNameToPath(const std::string& name) {
|
|
||||||
return file::JoinPath(FLAGS_test_tmpdir, name);
|
|
||||||
}
|
|
||||||
|
|
||||||
ApplyBoxTest() { src_pix_ = nullptr; }
|
ApplyBoxTest() { src_pix_ = nullptr; }
|
||||||
~ApplyBoxTest() { pixDestroy(&src_pix_); }
|
~ApplyBoxTest() { pixDestroy(&src_pix_); }
|
||||||
|
@ -171,9 +171,6 @@ class MasterTrainerTest : public testing::Test {
|
|||||||
std::string TestDataNameToPath(const std::string& name) {
|
std::string TestDataNameToPath(const std::string& name) {
|
||||||
return file::JoinPath(TESTING_DIR, name);
|
return file::JoinPath(TESTING_DIR, name);
|
||||||
}
|
}
|
||||||
std::string TessdataPath() {
|
|
||||||
return TESSDATA_DIR;
|
|
||||||
}
|
|
||||||
std::string TmpNameToPath(const std::string& name) {
|
std::string TmpNameToPath(const std::string& name) {
|
||||||
return file::JoinPath(FLAGS_test_tmpdir, name);
|
return file::JoinPath(FLAGS_test_tmpdir, name);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user