1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-28 11:55:44 +03:00

sd-resolv: remove left-over comment

We are anyway breaking the API by renaming everything, so that is not a concern.
This commit is contained in:
Tom Gundersen 2014-01-14 13:51:18 +01:00
parent 8a6233fb65
commit 8c56c8bd31

View File

@ -1111,11 +1111,6 @@ void sd_resolv_freeanswer(unsigned char *answer) {
if (!answer)
return;
/* Please note that this function is new in libresolv 0.4. In
* older versions you were supposed to free the answer directly
* with free(). Hence, if this function is changed to do more than
* just a simple free() this must be considered ABI/API breakage! */
free(answer);
errno = saved_errno;