Skip to content

Commit fb832ef

Browse files
committed
delete useless comments in last commit
1 parent 7fe40f9 commit fb832ef

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

freebsd/kern/kern_uuid.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ kern_uuidgen(struct uuid *store, size_t count)
163163
uuid.time.x.mid = (uint16_t)(time >> 32);
164164
uuid.time.x.hi = ((uint16_t)(time >> 48) & 0xfff) | (1 << 12);
165165
memcpy(store + n, &uuid, sizeof(struct uuid));
166-
// store[n] = *(struct uuid *)&uuid;
167166
time++;
168167
}
169168

lib/ff_route.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -876,7 +876,6 @@ rt_getmetrics(const struct rtentry *rt, const struct nhop_object *nh,
876876
}
877877

878878
static void
879-
// init_sockaddrs_family(int family, struct sockaddr *dst, struct sockaddr *mask)
880879
init_sockaddrs_family(int family, union sockaddr_union *dst, union sockaddr_union *mask)
881880
{
882881
if (family == AF_INET) {

0 commit comments

Comments
 (0)