From: nhmall Date: Thu, 4 Feb 2021 17:48:51 +0000 (-0500) Subject: Revert "follow-up on the util/recover.c change earlier" X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0f58e0bdee877d88711027269f8f821528367c0b;p=nethack Revert "follow-up on the util/recover.c change earlier" This reverts commit 54e984c70c72575e1095bdc4cf5b94e71a71761a. --- diff --git a/util/dlb.sln b/util/dlb.sln deleted file mode 100644 index e72038cda..000000000 --- a/util/dlb.sln +++ /dev/null @@ -1,33 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 16 -VisualStudioVersion = 16.0.30907.101 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{911E67C6-3D85-4FCE-B560-20A9C3E3FF48}") = "dlb", "dlb.exe", "{69FE91F4-4A3D-4E77-8BD7-D5D11FFEFFA1}" - ProjectSection(DebuggerProjectSystem) = preProject - PortSupplier = 00000000-0000-0000-0000-000000000000 - Executable = C:\Users\MichaelAllison\Documents\github\NHsource\util\dlb.exe - RemoteMachine = ALLISONPC2 - StartingDirectory = C:\Users\MichaelAllison\Documents\github\NHsource\util - Arguments = v f ../src/nhdat370 - Environment = Default - LaunchingEngine = 00000000-0000-0000-0000-000000000000 - UseLegacyDebugEngines = No - LaunchSQLEngine = No - AttachLaunchAction = No - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Release|x86 = Release|x86 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {69FE91F4-4A3D-4E77-8BD7-D5D11FFEFFA1}.Release|x86.ActiveCfg = Release|x86 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {D14F79FF-4FDB-4035-944E-EA73CEDF5244} - EndGlobalSection -EndGlobal diff --git a/util/recover.c b/util/recover.c index 490bcc73e..63e49ecab 100644 --- a/util/recover.c +++ b/util/recover.c @@ -22,10 +22,6 @@ extern int vms_creat(const char *, unsigned); extern int vms_open(const char *, int, unsigned); #endif /* VMS */ -#ifndef nhUse -#define nhUse(arg) (void)(arg) -#endif - int restore_savefile(char *); void set_levelfile_name(int); int open_levelfile(int);