diff --git a/dram/src/common/libDRAMPower.cpp b/dram/src/common/libDRAMPower.cpp deleted file mode 100644 index 8a6ae82b..00000000 --- a/dram/src/common/libDRAMPower.cpp +++ /dev/null @@ -1,5 +0,0 @@ -#include "libdrampower.h" - -libDRAMPower::libDRAMPower() -{ -} diff --git a/dram/src/common/libDRAMPower.h b/dram/src/common/libDRAMPower.h deleted file mode 100644 index 9b1ca0b5..00000000 --- a/dram/src/common/libDRAMPower.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef LIBDRAMPOWER_H -#define LIBDRAMPOWER_H - -class libDRAMPower -{ -public: - libDRAMPower(); -}; - -#endif // LIBDRAMPOWER_H