Skip to content

Commit df613fa

Browse files
committed
linux
1 parent a6904f5 commit df613fa

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/common/agenty.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
#include "camille-agenty/common/agenty.h"
2-
#include "camille-agenty/agents/agent-context.h"
3-
#include <memory>
42

53
namespace agenty::common::agenty {
64

7-
void init_agenty() { std::shared_ptr<agent::context> ctx = std::make_shared<agent::context>(); }
5+
void init_agenty() {}
86

97
} // namespace agenty::common::agenty

0 commit comments

Comments
 (0)