diff --git a/html/includes/dev-ifs.inc b/html/includes/dev-ifs.inc
deleted file mode 100644
index ba0f2cf85..000000000
--- a/html/includes/dev-ifs.inc
+++ /dev/null
@@ -1,13 +0,0 @@
-
");
- $i = "1";
- $interface_query = mysql_query("select * from interfaces WHERE host = '$_GET[id]' ORDER BY 'ifIndex'");
- while($interface = mysql_fetch_array($interface_query)) {
- include("includes/print-interface.inc");
- }
- echo("
");
-
-?>