diff --git a/com.wudsn.ide.asm.compilers/src/com/wudsn/ide/lng/asm/compiler/CompilerId.java b/com.wudsn.ide.asm.compilers/src/com/wudsn/ide/lng/asm/compiler/CompilerId.java
deleted file mode 100644
index 8422c797..00000000
--- a/com.wudsn.ide.asm.compilers/src/com/wudsn/ide/lng/asm/compiler/CompilerId.java
+++ /dev/null
@@ -1,38 +0,0 @@
-/**
- * Copyright (C) 2009 - 2021 Peter Dell
- *
- * This file is part of WUDSN IDE.
- *
- * WUDSN IDE is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 2 of the License, or
- * (at your option) any later version.
- *
- * WUDSN IDE is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with WUDSN IDE. If not, see .
- */
-
-package com.wudsn.ide.lng.asm.compiler;
-
-/**
- * Compiler IDs for static use.
- *
- * @author Peter Dell
- * @since 1.6.1
- */
-public class CompilerId {
- public static final String ACME = "acme";
- public static final String ASM6 = "asm6";
- public static final String ATASM = "atasm";
- public static final String DASM = "dasm";
- public static final String KICKASS = "kickass";
- public static final String MADS = "mads";
- public static final String MERLIN32 = "merlin32";
- public static final String TASS = "tass";
- public static final String XASM = "xasm";
-}