summaryrefslogtreecommitdiffstats
path: root/parser/html/javasrc/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'parser/html/javasrc/README.txt')
-rw-r--r--parser/html/javasrc/README.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/parser/html/javasrc/README.txt b/parser/html/javasrc/README.txt
deleted file mode 100644
index 4555969ca..000000000
--- a/parser/html/javasrc/README.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-The .java files in this directory were placed here by the Java-to-C++
-translator that lives in parser/html/java/translator. Together they represent
-a snapshot of the Java code that was translated to produce the corresponding
-.h and .cpp files in the parent directory. Changing these .java files is not
-worthwhile, as they will just be overwritten by the next translation. See
-parser/html/java/README.txt for information about performing the translation.