diff --git a/set_env.sh b/set_env.sh
deleted file mode 100755
index cb5f6b676e1f2820708e82298d60564ffd8e0240..0000000000000000000000000000000000000000
--- a/set_env.sh
+++ /dev/null
@@ -1,17 +0,0 @@
-#-----------------------------------------------------------------------------
-# SoC Labs Environment Setup Script
-# A joint work commissioned on behalf of SoC Labs, under Arm Academic Access license.
-#
-# Contributors
-#
-# David Mapstone (d.a.mapstone@soton.ac.uk)
-#
-# Copyright  2023, SoC Labs (www.soclabs.org)
-#-----------------------------------------------------------------------------
-#!/bin/bash
-
-# Set SOCLABS_NANOSOC_TECH_DIR environment variable
-if [ -z $SOCLABS_NANOSOC_TECH_DIR ]; then
-    # If $SOCLABS_NANOSOC_TECH_DIRN_ROOT hasn't been set yet
-    export SOCLABS_NANOSOC_TECH_DIR=`git rev-parse --show-toplevel`
-fi
\ No newline at end of file