summaryrefslogtreecommitdiff
path: root/template/encdb.h.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/encdb.h.tmpl')
-rw-r--r--template/encdb.h.tmpl4
1 files changed, 0 insertions, 4 deletions
diff --git a/template/encdb.h.tmpl b/template/encdb.h.tmpl
index a53562f680..9cbb1f0083 100644
--- a/template/encdb.h.tmpl
+++ b/template/encdb.h.tmpl
@@ -82,14 +82,10 @@ encdirs.each do |encdir|
end
encodings.each_with_index do |e, i|
%>ENC_DEFINE("<%=e%>");
-#define ENCIDX_<%=e.tr('-', '_')%> <%=i%>
% end
% encidx = encodings.size - 1
% lines.each do |line|
<%=line%>
-% if /^ENC_(?:DUMMY(?:_UNICODE)?|REPLICATE)\(\s*"([^"]+)/ =~ line
-#define ENCIDX_<%=$1.tr('-', '_')%> <%=encidx+=1%>
-% end
% end
#define ENCODING_COUNT <%=count%>