#include "dump_entry.hpp" | |
#include "dump_manager.hpp" | |
#include <phosphor-logging/log.hpp> | |
namespace phosphor | |
{ | |
namespace dump | |
{ | |
using namespace phosphor::logging; | |
void Entry::delete_() | |
{ | |
// Remove Dump entry D-bus object | |
parent.erase(id); | |
} | |
} // namespace dump | |
} // namespace phosphor |