about summary refs log tree commit diff
path: root/src/libpanic_unwind/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'src/libpanic_unwind/Cargo.lock')
-rw-r--r--src/libpanic_unwind/Cargo.lock36
1 files changed, 0 insertions, 36 deletions
diff --git a/src/libpanic_unwind/Cargo.lock b/src/libpanic_unwind/Cargo.lock
deleted file mode 100644
index 0cf75c94150..00000000000
--- a/src/libpanic_unwind/Cargo.lock
+++ /dev/null
@@ -1,36 +0,0 @@
-[root]
-name = "panic_unwind"
-version = "0.0.0"
-dependencies = [
- "alloc 0.0.0",
- "core 0.0.0",
- "libc 0.0.0",
- "unwind 0.0.0",
-]
-
-[[package]]
-name = "alloc"
-version = "0.0.0"
-dependencies = [
- "core 0.0.0",
-]
-
-[[package]]
-name = "core"
-version = "0.0.0"
-
-[[package]]
-name = "libc"
-version = "0.0.0"
-dependencies = [
- "core 0.0.0",
-]
-
-[[package]]
-name = "unwind"
-version = "0.0.0"
-dependencies = [
- "core 0.0.0",
- "libc 0.0.0",
-]
-