blob: 2acd2c18a02aec099b5029699cac7421838060e6 [file] [log] [blame]
#include <analyzer/guard.hpp>
#include <util/trace.hpp>
namespace analyzer
{
//------------------------------------------------------------------------------
void Guard::apply() const
{
// TODO
trace::err("Guard::apply() currently not supported");
}
//------------------------------------------------------------------------------
} // namespace analyzer