summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/lib/texmfmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/lib/texmfmp.c')
-rw-r--r--Build/source/texk/web2c/lib/texmfmp.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/Build/source/texk/web2c/lib/texmfmp.c b/Build/source/texk/web2c/lib/texmfmp.c
index d621c6db27a..ed624d134d7 100644
--- a/Build/source/texk/web2c/lib/texmfmp.c
+++ b/Build/source/texk/web2c/lib/texmfmp.c
@@ -516,9 +516,6 @@ MAYBE_STATIC const_string dump_name;
/* The C version of the jobname, if given. */
MAYBE_STATIC const_string c_job_name;
-/* Full source file name. */
-extern string fullnameoffile;
-
/* The filename for dynamic character translation, or NULL. */
string translate_filename;
string default_translate_filename;
@@ -533,9 +530,6 @@ static void parse_src_specials_option (const_string);
#endif
#endif
-/* The main body of the WEB is transformed into this procedure. */
-extern TEXDLL void mainbody (void);
-
/* Parsing a first %&-line in the input file. */
static void parse_first_line (const_string);