diff --git a/plugins/ccache/ccache.load b/plugins/ccache/ccache.load
deleted file mode 100644
index 38184d02f6829901e12db641b2a1281bb78fe27a..0000000000000000000000000000000000000000
--- a/plugins/ccache/ccache.load
+++ /dev/null
@@ -1,9 +0,0 @@
-# Use ccache for building Android
-# See: https://source.android.com/source/initializing.html#setting-up-ccache
-set -gx USE_CCACHE 1
-
-if test -n "$CCACHE_ROOT"
-  _prepend_path $CCACHE_ROOT
-else
-  _prepend_path /usr/lib/ccache/bin
-end