diff --git a/Golden_Repo/m/motif/motif-2.3.8-GCCcore-11.3.0.eb b/Golden_Repo/m/motif/motif-2.3.8-GCCcore-11.3.0.eb
deleted file mode 100644
index 8f4a300dbef6daa77bb21726b9fe4343d2320bcb..0000000000000000000000000000000000000000
--- a/Golden_Repo/m/motif/motif-2.3.8-GCCcore-11.3.0.eb
+++ /dev/null
@@ -1,41 +0,0 @@
-easyblock = 'ConfigureMake'
-
-name = 'motif'
-version = '2.3.8'
-
-homepage = 'https://motif.ics.com/'
-description = """Motif refers to both a graphical user interface (GUI) specification and the widget toolkit for building
- applications that follow that specification under the X Window System on Unix and other POSIX-compliant systems.
- It was the standard toolkit for the Common Desktop Environment and thus for Unix."""
-
-toolchain = {'name': 'GCCcore', 'version': '11.3.0'}
-
-source_urls = [SOURCEFORGE_SOURCE]
-sources = ['%(name)s-%(version)s.tar.gz']
-checksums = ['859b723666eeac7df018209d66045c9853b50b4218cecadb794e2359619ebce7']
-
-builddependencies = [
-    ('Autotools', '20220317'),
-    ('flex', '2.6.4'),
-    ('Bison', '3.8.2'),
-    ('binutils', '2.38'),
-    ('util-linux', '2.38'),
-]
-
-dependencies = [
-    ('X11', '20220504'),
-    ('libpng', '1.6.37'),
-    ('freetype', '2.12.1'),
-    ('libjpeg-turbo', '2.1.3'),
-    ('bzip2', '1.0.8'),
-]
-
-# makefile is not parallel safe
-parallel = 1
-
-sanity_check_paths = {
-    'files': ['lib/libMrm.a', 'lib/libUil.a', 'lib/libXm.a', 'bin/mwm', 'bin/uil', 'bin/xmbind'],
-    'dirs': ['include/Mrm', 'include/uil', 'include/X11', 'include/Xm'],
-}
-
-moduleclass = 'vis'