Skip to content

Commit

Permalink
chore: remove dead code (#2266)
Browse files Browse the repository at this point in the history
  • Loading branch information
justprosh committed May 28, 2024
1 parent a86aab5 commit 632321d
Show file tree
Hide file tree
Showing 16 changed files with 17 additions and 1,504 deletions.
4 changes: 0 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ resolver = "2"
members = [
"crates/libp2p",
"crates/control-macro",
"crates/waiting-queues",
"crates/local-vm",
"crates/uuid-utils",
"crates/test-utils",
Expand Down
350 changes: 0 additions & 350 deletions crates/nox-tests/tests/chat/chat.rs

This file was deleted.

Binary file removed crates/nox-tests/tests/chat/history.wasm
Binary file not shown.
Binary file removed crates/nox-tests/tests/chat/sqlite3.wasm
Binary file not shown.
Binary file removed crates/nox-tests/tests/chat/user-list.wasm
Binary file not shown.
6 changes: 1 addition & 5 deletions crates/nox-tests/tests/tests.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2020 Fluence Labs Limited
* Copyright 2024 Fluence DAO
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -17,10 +17,6 @@
#[macro_use]
extern crate fstrings;

mod chat {
mod chat;
}

mod network {
pub use join::join_stream;

Expand Down
Loading

0 comments on commit 632321d

Please sign in to comment.