Clean up WORKSPACE

Removes legacy CIPD init lines that aren't used anywhere anymore.

Change-Id: I58bd7f6712a2d0de92623fc36d2e5817a7c4c64e
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/experimental/+/183211
Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>
Commit-Queue: Auto-Submit <auto-submit@pigweed-service-accounts.iam.gserviceaccount.com>
Pigweed-Auto-Submit: Armando Montanez <amontanez@google.com>
Reviewed-by: Ted Pudlik <tpudlik@google.com>
GitOrigin-RevId: 7affa4325e6e32d829ae364f0ec78c055e73632f
diff --git a/WORKSPACE b/WORKSPACE
index e3ddbf5..039c2c8 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -79,12 +79,6 @@
     "pigweed_deps",
 )
 
-pigweed_deps()
-
-load("@cipd_deps//:cipd_init.bzl", "cipd_init")
-
-cipd_init()
-
 cipd_client_repository()
 
 load("@pigweed//pw_toolchain:register_toolchains.bzl", "register_pigweed_cxx_toolchains")