We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6904f5 commit df613faCopy full SHA for df613fa
src/common/agenty.cpp
@@ -1,9 +1,7 @@
1
#include "camille-agenty/common/agenty.h"
2
-#include "camille-agenty/agents/agent-context.h"
3
-#include <memory>
4
5
namespace agenty::common::agenty {
6
7
-void init_agenty() { std::shared_ptr<agent::context> ctx = std::make_shared<agent::context>(); }
+void init_agenty() {}
8
9
} // namespace agenty::common::agenty
0 commit comments