prob don't need a dtor?

This commit is contained in:
DarthArgus
2016-10-17 19:31:04 -05:00
parent 0d4bef0e88
commit d845df1921
-3
View File
@@ -17,9 +17,6 @@ namespace StellaBellum {
class webAPIHeartbeat {
public:
webAPIHeartbeat();
~webAPIHeartbeat();
private:
const inline std::string get_selfpath() {
char buff[PATH_MAX];