blob: 2acd2c18a02aec099b5029699cac7421838060e6 [file] [log] [blame]
Zane Shelley95135822021-08-23 09:00:05 -05001#include <analyzer/guard.hpp>
2#include <util/trace.hpp>
3
4namespace analyzer
5{
6
7//------------------------------------------------------------------------------
8
9void Guard::apply() const
10{
11 // TODO
12 trace::err("Guard::apply() currently not supported");
13}
14
15//------------------------------------------------------------------------------
16
17} // namespace analyzer