aboutsummaryrefslogtreecommitdiffstats
path: root/include/packet.c
diff options
context:
space:
mode:
Diffstat (limited to 'include/packet.c')
-rw-r--r--include/packet.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/packet.c b/include/packet.c
index db20a12..5f551de 100644
--- a/include/packet.c
+++ b/include/packet.c
@@ -5,8 +5,3 @@ unsigned int system_packet_checksum(struct kv_system_packet *packet) {
(packet->operation_id | (177013 << 10));
}
-int __user_cmp(const void* a, const void* b) {
- struct user *_a = (struct user*)a,
- *_b = (struct user*)b;
- return _a->id - _b->id;
-}