Cleanup now unused code.
* src/agent.c (build_w32_commandline_copy): Removed. (build_w32_commandline): Removed. (spawn_process_detached): Removed. * src/get-path.c (get_gpg_agent_path): Removed. (standard_homedir): Removed. (default_homedir): Removed. (make_filename): Removed. * src/support.h: Removed corresponding prototypes. * configure.ac: Removed --with-gpg-agent option.
This patch removes functions that were only used to find the
socket for GnuPG Agent and that are not needed anymore.
- Signed-off-by: Damien Goutte-Gattat <dgouttegattat@incenp.org>