summaryrefslogtreecommitdiff
path: root/testing/test_support.h
diff options
context:
space:
mode:
Diffstat (limited to 'testing/test_support.h')
-rw-r--r--testing/test_support.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/testing/test_support.h b/testing/test_support.h
index f175811078..4fe7c295cd 100644
--- a/testing/test_support.h
+++ b/testing/test_support.h
@@ -59,12 +59,6 @@ struct FreeDeleter {
inline void operator()(void* ptr) const { free(ptr); }
};
-class FPDF_Test : public ::testing::Test {
- public:
- void SetUp() override;
- void TearDown() override;
-};
-
} // namespace pdfium
// Reads the entire contents of a file into a newly alloc'd buffer.