diff options
author | Marius <mariausol@gmail.com> | 2012-10-16 12:40:12 +0300 |
---|---|---|
committer | Marius <mariausol@gmail.com> | 2012-10-16 12:40:12 +0300 |
commit | 261e7e942bbc66c8bf87dfa59e01c72bec8efb8b (patch) | |
tree | 4a94272bffb6363bb1efaa034db04e99a4c22dba /tex/context/base/file-job.lua | |
parent | 8089e724a1579edfeb779096c1ed343441e40f22 (diff) | |
download | context-261e7e942bbc66c8bf87dfa59e01c72bec8efb8b.tar.gz |
beta 2012.10.16 11:04
Diffstat (limited to 'tex/context/base/file-job.lua')
-rw-r--r-- | tex/context/base/file-job.lua | 15 |
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 |