From faefe8fd2224ae2e65ddb5d26e8f50cb1b92ca5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Tue, 30 Mar 2010 01:16:33 +0200 Subject: Rm useless use of module(). --- luatexbase-modutils.dtx | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'luatexbase-modutils.dtx') diff --git a/luatexbase-modutils.dtx b/luatexbase-modutils.dtx index b35a2cf..f3f0d35 100644 --- a/luatexbase-modutils.dtx +++ b/luatexbase-modutils.dtx @@ -308,15 +308,6 @@ module("luatexbase", package.seeall) local format = string.format luatexbase.modules = luatexbase.modules or {} -% \end{macrocode} -% -% A small patch, for the \texttt{module} function to work in this file. I -% can't understand why it doens't otherwise. -% -% \begin{macrocode} - -luatexbase.module = module - % \end{macrocode} % % Here we define the warning and error functions specific to @@ -411,9 +402,6 @@ function use_module(name) .."%s but the file %s does not provide it.", name, internal_warning_spaces, filename)) end - if not package.loaded[name] then - module(name, package.seeall) - end end % \end{macrocode} % -- cgit v1.2.3