summaryrefslogtreecommitdiff
path: root/test/test.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-01-26 21:35:02 +0000
committerCarl Hetherington <cth@carlh.net>2014-01-26 21:35:02 +0000
commit59886567974bd3e79d30a4a9425d86d50bf425f3 (patch)
tree68e583a64144f5cbffede882e1187ecf737b2e43 /test/test.h
parent0703842433013ac1d5f79c09d7a8361dc2e565c8 (diff)
It builds again.
Diffstat (limited to 'test/test.h')
-rw-r--r--test/test.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/test/test.h b/test/test.h
index 31b4bf0a..bc6baccd 100644
--- a/test/test.h
+++ b/test/test.h
@@ -18,22 +18,3 @@
*/
extern std::string test_corpus;
-
-class TestFile
-{
-public:
- TestFile (boost::filesystem::path file);
- ~TestFile ();
-
- uint8_t* data () const {
- return _data;
- }
-
- int64_t size () const {
- return _size;
- }
-
-private:
- uint8_t* _data;
- int64_t _size;
-};