From 94dc97d7d7464acafd118f29d7eaebb0d3514c14 Mon Sep 17 00:00:00 2001 From: Paul Reeves Date: Fri, 21 Jun 2024 11:35:27 +0200 Subject: [PATCH] cleanup --- .../win32/FirebirdInstallEnvironmentChecks.inc | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/builds/install/arch-specific/win32/FirebirdInstallEnvironmentChecks.inc b/builds/install/arch-specific/win32/FirebirdInstallEnvironmentChecks.inc index ac7b526bd0..2e6ba609c9 100644 --- a/builds/install/arch-specific/win32/FirebirdInstallEnvironmentChecks.inc +++ b/builds/install/arch-specific/win32/FirebirdInstallEnvironmentChecks.inc @@ -1181,23 +1181,6 @@ begin end; -{ procedure RenamePreFB3RC1Files; -//The method of specifying the architecture used changed after Beta 2 -//Detect this old config and rename it. -var - FirebirdConfStr: AnsiString; -begin - if FileExists(GetAppPath+'\firebird.conf') then begin - LoadStringFromFile( GetAppPath+'\firebird.conf', FirebirdConfStr ); - if pos('SharedDatabase', FirebirdConfStr) > 0 then begin - RenameFile(GetAppPath+'\firebird.conf', GetAppPath+'\firebird.conf.preRC1'); - RenameFile(GetAppPath+'\security6.fdb', GetAppPath+'\security6.fdb.preRC1'); - end - end -end; -} - - function ConfigureAuthentication: boolean; begin if IsNotServerInstall then