Skip to content

Commit 12a7f0e

Browse files
committed
chore: unused file
1 parent 42be695 commit 12a7f0e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/ten_runtime/smoke/basic/basic_hello_world_1.cc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,11 @@ class test_extension : public ten::extension_t {
2525
(std::string("on_cmd ") + cmd->get_name()).c_str());
2626

2727
if (cmd->get_name() == "hello_world") {
28-
*ptr_ = 1;
2928
auto cmd_result = ten::cmd_result_t::create(TEN_STATUS_CODE_OK);
3029
cmd_result->set_property("detail", "hello world, too");
3130
ten_env.return_result(std::move(cmd_result), std::move(cmd));
3231
}
3332
}
34-
35-
private:
36-
int* ptr_ = nullptr;
3733
};
3834

3935
class test_app : public ten::app_t {

0 commit comments

Comments
 (0)