Skip to content

Commit

Permalink
Squash me
Browse files Browse the repository at this point in the history
  • Loading branch information
mstemm committed Oct 1, 2021
1 parent d7b7fb3 commit 27e0ecb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion userspace/libsinsp/eventformatter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ bool sinsp_evt_formatter::tostring_withformat(gen_event* gevt, std::string &outp
sinsp_evt *evt = static_cast<sinsp_evt *>(gevt);

uint32_t j = 0;
vector<sinsp_filter_check*>::iterator it;
output.clear();

ASSERT(m_tokenlens.size() == m_tokens.size());
Expand Down

0 comments on commit 27e0ecb

Please sign in to comment.