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:
@ -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 */
|
||||
|
Reference in New Issue
Block a user