diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-26 21:35:02 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-26 21:35:02 +0000 |
| commit | 59886567974bd3e79d30a4a9425d86d50bf425f3 (patch) | |
| tree | 68e583a64144f5cbffede882e1187ecf737b2e43 /test/test.h | |
| parent | 0703842433013ac1d5f79c09d7a8361dc2e565c8 (diff) | |
It builds again.
Diffstat (limited to 'test/test.h')
| -rw-r--r-- | test/test.h | 19 |
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; -}; |
