1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-01 11:32:48 -05:00

Remove stub functions that are no longer needed.

This is the start of the payoff for all that reorganisation (and
perhaps also from having moved to a library-based build structure in
the first place): a collection of pointless stub functions in outlying
programs, which were only there to prevent link failures, now no
longer need to be there even for that purpose.
This commit is contained in:
Simon Tatham
2021-04-17 17:11:19 +01:00
parent cc3e4992d5
commit 5bb24a7edd
6 changed files with 0 additions and 55 deletions

View File

@ -1331,11 +1331,6 @@ void spawn_cmd(const char *cmdline, const char *args, int show)
}
}
void logevent(LogContext *logctx, const char *event)
{
unreachable("Pageant can't create a LogContext, so this can't be called");
}
void noise_ultralight(NoiseSourceId id, unsigned long data)
{
/* Pageant doesn't use random numbers, so we ignore this */