summaryrefslogtreecommitdiff
path: root/tex/context/base/file-job.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/file-job.lua')
-rw-r--r--tex/context/base/file-job.lua15
1 files changed, 0 insertions, 15 deletions
diff --git a/tex/context/base/file-job.lua b/tex/context/base/file-job.lua
index ee20e2bcc..6be901a9f 100644
--- a/tex/context/base/file-job.lua
+++ b/tex/context/base/file-job.lua
@@ -553,21 +553,6 @@ function resolvers.jobs.currentenvironment() return topofstack(v_environment) en
local done = { }
local tolerant = false -- too messy, mkii user with the wrong sructure should adapt
-local function toppath()
- local pathname = dirname(inputstack[#inputstack] or "")
- if pathname == "" then
- return "."
- else
- return pathname
- end
-end
-
-resolvers.toppath = toppath
-
-resolvers.prefixes.toppath = function(str)
- return cleanpath(joinpath(toppath(),str))
-end
-
local function process(what,name)
local depth = #typestack
local process