mirror of
https://github.com/thelsing/knx.git
synced 2026-03-13 02:22:13 +01:00
remove unused methods of Platform class
This commit is contained in:
@@ -13,8 +13,6 @@ extern int gpio_unexport(int pin);
|
||||
|
||||
class LinuxPlatform: public Platform
|
||||
{
|
||||
using Platform::_memoryReference;
|
||||
using Platform::memoryReference;
|
||||
public:
|
||||
LinuxPlatform();
|
||||
virtual ~LinuxPlatform();
|
||||
@@ -57,8 +55,6 @@ public:
|
||||
//memory
|
||||
uint8_t* getEepromBuffer(uint16_t size) override;
|
||||
void commitToEeprom() override;
|
||||
uint8_t* allocMemory(size_t size) override;
|
||||
void freeMemory(uint8_t* ptr) override;
|
||||
void cmdlineArgs(int argc, char** argv);
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user