]> git.pond.sub.org Git - empserver/commit
SAVE_FINISH_PATHS hasn't been used since 4.2.2, remove it
authorMarkus Armbruster <armbru@pond.sub.org>
Fri, 18 Feb 2011 17:53:37 +0000 (18:53 +0100)
committerMarkus Armbruster <armbru@pond.sub.org>
Mon, 11 Apr 2011 20:29:12 +0000 (22:29 +0200)
commit99c73f399aeb72a490bc9ebf5e261dacceb1da48
tree28ae6df665c8be8d772a955c9a6e87870e12a6fc
parent25665bc49ad1b1fb4fd1e4aab978849e04ae7125
SAVE_FINISH_PATHS hasn't been used since 4.2.2, remove it

Since 4.2.2, assemble_dist_paths() stores a dummy path instead of the
real path to the dist center.  That's possible because distribution
doesn't actually use the path, only whether it exists.

The code to store and free the real path is still around, under #ifdef
SAVE_FINISH_PATHS.  Remove it.
src/lib/update/finish.c