diff --git a/src/building/bootstrapping.md b/src/building/bootstrapping.md
index 75b64405..5b934884 100644
--- a/src/building/bootstrapping.md
+++ b/src/building/bootstrapping.md
@@ -229,14 +229,6 @@ another program we are building with the stage N compiler:
`build --stage N compiler/rustc` is linking the stage N artifacts to the `std`
built by the stage N compiler.
-Here is a chart of a full build using `x.py`:
-
-
-
-Keep in mind this diagram is a simplification, i.e. `rustdoc` can be built at
-different stages, the process is a bit different when passing flags such as
-`--keep-stage`, or if there are non-host targets.
-
### Stages and `std`
Note that there are two `std` libraries in play here:
diff --git a/src/img/rustc_stages.svg b/src/img/rustc_stages.svg
deleted file mode 100644
index 25f7ab11..00000000
--- a/src/img/rustc_stages.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
-
-
\ No newline at end of file