diff --git a/submit.yml.erb b/submit.yml.erb
deleted file mode 100644
index 1ced8356be63afee9bc6a62e6bdf2f47f620fc13..0000000000000000000000000000000000000000
--- a/submit.yml.erb
+++ /dev/null
@@ -1,13 +0,0 @@
-<%-
-ppn = num_cores.blank? ? 28 : num_cores.to_i
-if node_type == ':hugemem'
-  ppn = 48
-end
-%>
----
-batch_connect:
-  template: vnc
-script:
-  native:
-    resources:
-      nodes: "<%= bc_num_slots.blank? ? "1" : bc_num_slots.to_i %>:ppn=<%= ppn %><%= node_type %>"