Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b9c62a55 authored by Marco Nelissen's avatar Marco Nelissen Committed by android-build-merger
Browse files

Merge "Remove unnecessary inheritance" am: e2a67de7 am: 91a62afc am: 32411334

am: e85ce19d

Change-Id: I548a2b79216c7614c702598ac5d01822e9c0bd4c
parents 2c0e663d e85ce19d
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -17,7 +17,6 @@
//#define LOG_NDEBUG 0
#define LOG_TAG "MidiIoWrapper"
#include <utils/Log.h>
#include <utils/RefBase.h>

#include <sys/stat.h>
#include <fcntl.h>
@@ -50,7 +49,7 @@ MidiIoWrapper::MidiIoWrapper(int fd, off64_t offset, int64_t size) {
    mDataSource = nullptr;
}

class DataSourceUnwrapper : public DataSourceBase {
class DataSourceUnwrapper {

public:
    explicit DataSourceUnwrapper(CDataSource *csource) {