summaryrefslogtreecommitdiff
path: root/server/uloc.c
diff options
context:
space:
mode:
authorGravatar Richard Basch <probe@mit.edu>1993-11-19 10:52:28 +0000
committerGravatar Richard Basch <probe@mit.edu>1993-11-19 10:52:28 +0000
commit68d0b989f785ca25b023dd3994a51547ff96e5c0 (patch)
tree6dd185380fb0c132f7c7a6473eccb13cbad9f6ae /server/uloc.c
parent6b1d3a4d35a9062f031aed2858fa9295adf5963e (diff)
Removed extraneous comments.
Diffstat (limited to 'server/uloc.c')
-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++;
}