You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ab...@apache.org on 2021/05/26 10:36:38 UTC

[nifi-minifi-cpp] branch main updated (cde679f -> cb4b2be)

This is an automated email from the ASF dual-hosted git repository.

aboda pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git.


    from cde679f  MINIFICPP-1563 fix -Wmaybe-uninitialized warnings
     add cb4b2be  MINIFICPP-1564 - Remove agent update

No new revisions were added by this update.

Summary of changes:
 extensions/http-curl/tests/C2UpdateAgentTest.cpp | 40 -----------
 extensions/http-curl/tests/CMakeLists.txt        |  1 -
 extensions/http-curl/tests/HTTPIntegrationBase.h | 22 -------
 libminifi/include/c2/C2Agent.h                   | 10 ---
 libminifi/src/c2/C2Agent.cpp                     | 84 ------------------------
 5 files changed, 157 deletions(-)
 delete mode 100644 extensions/http-curl/tests/C2UpdateAgentTest.cpp