diff --git a/recipes/wip/benchmarks/canbench/recipe.toml b/recipes/wip/benchmarks/canbench/recipe.toml
deleted file mode 100644
index 383443b29782f4f64102addb4bd9e635d8b1939d..0000000000000000000000000000000000000000
--- a/recipes/wip/benchmarks/canbench/recipe.toml
+++ /dev/null
@@ -1,8 +0,0 @@
-#TODO compiled but not tested
-[source]
-git = "https://github.com/dfinity/canbench"
-[build]
-template = "custom"
-script = """
-cookbook_cargo_packages canbench
-"""
diff --git a/recipes/wip/dev/other/dfx/recipe.toml b/recipes/wip/dev/other/dfx/recipe.toml
deleted file mode 100644
index 1d4214da48738883dff849d716b7e977c81ea501..0000000000000000000000000000000000000000
--- a/recipes/wip/dev/other/dfx/recipe.toml
+++ /dev/null
@@ -1,8 +0,0 @@
-#TODO libloading crate error
-[source]
-git = "https://github.com/dfinity/sdk"
-[build]
-template = "custom"
-script = """
-cookbook_cargo_packages dfx
-"""