Skip to content

Commit

Permalink
examples: hello world C++: remove unused variable
Browse files Browse the repository at this point in the history
Signed-off-by: Zero King <[email protected]>
  • Loading branch information
l2dy authored and edsiper committed Jul 29, 2019
1 parent 8281ef2 commit 3b08738
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/hello_world_cpp/hello_world.cc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ int main()
{
int i;
int n;
int ret;
char tmp[256];
flb_ctx_t *ctx;
int in_ffd;
Expand Down

0 comments on commit 3b08738

Please sign in to comment.