raw_loader: remove unnecessary declaration.

This commit is contained in:
Hermet Park 2020-12-22 10:55:23 +09:00
parent b7312a11d4
commit 59ffa16b32
2 changed files with 0 additions and 6 deletions

View file

@ -32,11 +32,6 @@
/* External Class Implementation */
/************************************************************************/
RawLoader::RawLoader()
{
}
RawLoader::~RawLoader()
{
if (copy && content) {

View file

@ -28,7 +28,6 @@ public:
const uint32_t* content = nullptr;
bool copy = false;
RawLoader();
~RawLoader();
using Loader::open;