From e11b6529e643a45f58ae5391f7be691310882512 Mon Sep 17 00:00:00 2001 From: Igor Zlatkovic Date: Wed, 6 Apr 2005 22:01:43 +0000 Subject: [PATCH] removed obsolete copy operations --- win32/configure.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/win32/configure.js b/win32/configure.js index 9671e18c..baf7235e 100644 --- a/win32/configure.js +++ b/win32/configure.js @@ -26,10 +26,8 @@ var versionFile = ".\\config.msvc"; is identical to the first. */ var optsFileInXslt = srcDirXslt + "\\xsltconfig.h.in"; var optsFileXslt = srcDirXslt + "\\xsltconfig.h"; -var optsFileXslt2 = srcDirXslt + "\\xsltwin32config.h"; var optsFileInExslt = srcDirExslt + "\\exsltconfig.h.in"; var optsFileExslt = srcDirExslt + "\\exsltconfig.h"; -var optsFileExslt2 = srcDirExslt + "\\exsltwin32config.h"; /* Version strings for the binary distribution. Will be filled later in the code. */ var verMajorXslt; @@ -246,7 +244,6 @@ function configureXslt() } ofi.Close(); of.Close(); - fso.CopyFile(optsFileXslt, optsFileXslt2, true); } /* Configures libexslt. This one will generate exsltconfig.h from exsltconfig.h.in @@ -277,7 +274,6 @@ function configureExslt() } ofi.Close(); of.Close(); - fso.CopyFile(optsFileExslt, optsFileExslt2, true); } /* Creates the readme file for the binary distribution of 'bname', for the