Skip to content

Commit 7b9d203

Browse files
committed
chore: remove unused var
1 parent 668a7c5 commit 7b9d203

File tree

1 file changed

+0
-2
lines changed
  • test/components-rust/test-llm/src

1 file changed

+0
-2
lines changed

test/components-rust/test-llm/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -621,8 +621,6 @@ impl Guest for Component {
621621

622622
let mut result = String::new();
623623

624-
let name = std::env::var("GOLEM_WORKER_NAME").unwrap();
625-
626624
loop {
627625
match utils::consume_next_event(&stream) {
628626
Some(delta) => {

0 commit comments

Comments
 (0)