From a768df83cb6811215ce8420aebdba1e63faf9f25 Mon Sep 17 00:00:00 2001
From: InsanityAutomation
 <38436470+InsanityAutomation@users.noreply.github.com>
Date: Thu, 18 Oct 2018 12:26:14 -0400
Subject: [PATCH] Remove stale variable (#12136)

---
 Marlin/src/module/tool_change.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/Marlin/src/module/tool_change.h b/Marlin/src/module/tool_change.h
index b823278041..8787d45687 100644
--- a/Marlin/src/module/tool_change.h
+++ b/Marlin/src/module/tool_change.h
@@ -70,8 +70,6 @@
   #endif
 #endif
 
-extern float z_raise;
-
 /**
  * Perform a tool-change, which may result in moving the
  * previous tool out of the way and the new tool into place.