diff --git a/build/sccache.mk b/build/sccache.mk
index f91df81025599f024df070b0b94d260f40b40bfd..24e7d67982f91ad355fe335313a2d387a7fead2c 100644
--- a/build/sccache.mk
+++ b/build/sccache.mk
@@ -2,13 +2,6 @@
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
-ifdef OBJDIR
-BASE_DIR = $(OBJDIR)
-else
-# OSX Universal builds only do upload in the first MOZ_BUILD_PROJECTS
-BASE_DIR = $(MOZ_OBJDIR)/$(firstword $(MOZ_BUILD_PROJECTS))
-endif
-
 preflight_all:
 	# Terminate any sccache server that might still be around
 	-$(TOPSRCDIR)/sccache2/sccache --stop-server > /dev/null 2>&1