summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--server/uloc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/server/uloc.c b/server/uloc.c
index fac34d2..fcf283b 100644
--- a/server/uloc.c
+++ b/server/uloc.c
@@ -1151,7 +1151,6 @@ ulogin_flush_user(notice)
/* copy old entries */
while (i < num_locs && &locations[i] < loc2) {
- /* XXX should _BCOPY */
loc[i] = locations[i];
i++;
}
@@ -1163,7 +1162,6 @@ ulogin_flush_user(notice)
/* copy the rest */
while (i < num_locs) {
- /* XXX should _BCOPY */
loc[i - num_match] = locations[i];
i++;
}