Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-logging
/
99b33918fa65c3b46987543bcddec76d97beabcc
/
.
/
elog_entry.cpp
blob: 07a2854a004e4b1565a95f3ebb71cc51ccaf3771 [
file
] [
log
] [
blame
]
#include
"elog_entry.hpp"
#include
"log_manager.hpp"
namespace
phosphor
{
namespace
logging
{
// TODO Add interfaces to handle the error log id numbering
void
Entry
::
delete_
()
{
parent
.
erase
(
id
());
}
}
// namespace logging
}
// namepsace phosphor