mirror of
https://github.com/wiiu-env/WiiUPluginLoaderBackend.git
synced 2026-08-12 20:55:31 -05:00
Minor code cleanup
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
|
||||
#include "../utils/logger.h"
|
||||
#include <malloc.h>
|
||||
#include <utility>
|
||||
|
||||
PluginData::PluginData(const PluginData &obj) {
|
||||
this->buffer = obj.buffer;
|
||||
|
||||
Reference in New Issue
Block a user