From: Andre Noll Date: Sat, 4 Apr 2015 21:02:01 +0000 (+0000) Subject: afs.c: Remove outdated comment. X-Git-Tag: v0.5.6~94^2~35 X-Git-Url: http://git.tuebingen.mpg.de/?a=commitdiff_plain;h=57e4ba0b86355954ff7978eaf15de6bb50a380ce;p=paraslash.git afs.c: Remove outdated comment. The call_calback() does not write anything to the given fd. --- diff --git a/afs.c b/afs.c index 5fa76adc..53fa5379 100644 --- a/afs.c +++ b/afs.c @@ -820,11 +820,6 @@ err: return ret; } -/* - * On errors, negative value is written to fd. - * On success: If query produced a result, the result_shmid is written to fd. - * Otherwise, zero is written. - */ static int call_callback(int fd, int query_shmid) { void *query_shm;