Skip to content

Commit

Permalink
chore: remove dead code (denoland#24185)
Browse files Browse the repository at this point in the history
  • Loading branch information
littledivy committed Jun 12, 2024
1 parent 3765e6b commit 05ec506
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
5 changes: 0 additions & 5 deletions cli/lsp/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1076,11 +1076,6 @@ impl LspTsConfig {
}
}

#[derive(Debug, Clone)]
pub struct LspWorkspaceConfig {
pub members: Vec<ModuleSpecifier>,
}

#[derive(Debug, Clone)]
pub struct LspPackageConfig {
pub nv: PackageNv,
Expand Down
8 changes: 0 additions & 8 deletions cli/ops/testing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ use deno_core::OpState;
use deno_runtime::deno_permissions::create_child_permissions;
use deno_runtime::deno_permissions::ChildPermissionsArg;
use deno_runtime::deno_permissions::PermissionsContainer;
use serde::Serialize;
use std::sync::atomic::AtomicUsize;
use std::sync::atomic::Ordering;
use uuid::Uuid;
Expand Down Expand Up @@ -94,13 +93,6 @@ pub fn op_restore_test_permissions(
}
}

#[derive(Debug, Serialize)]
#[serde(rename_all = "camelCase")]
struct TestRegisterResult {
id: usize,
origin: String,
}

static NEXT_ID: AtomicUsize = AtomicUsize::new(0);

#[allow(clippy::too_many_arguments)]
Expand Down

0 comments on commit 05ec506

Please sign in to comment.