From 57e4ba0b86355954ff7978eaf15de6bb50a380ce Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sat, 4 Apr 2015 21:02:01 +0000 Subject: [PATCH 1/1] afs.c: Remove outdated comment. The call_calback() does not write anything to the given fd. --- afs.c | 5 ----- 1 file changed, 5 deletions(-) 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; -- 2.39.2