From 6323fddf002ba9c0ac3a03227d884f656e52e755 Mon Sep 17 00:00:00 2001 From: Arvid Lunnemark Date: Fri, 8 Jul 2022 17:41:03 -0400 Subject: [PATCH] fix things --- asphr/asphr.hpp | 1 - schema/daemon.proto | 1 - 2 files changed, 2 deletions(-) diff --git a/asphr/asphr.hpp b/asphr/asphr.hpp index 6e119ad..082d2bc 100644 --- a/asphr/asphr.hpp +++ b/asphr/asphr.hpp @@ -76,7 +76,6 @@ using std::unordered_set; // MESSAGE_SIZE is the size of the message in bytes constexpr size_t MESSAGE_SIZE = 1024; constexpr size_t MESSAGE_SIZE_BITS = MESSAGE_SIZE * 8; -constexpr size_t ASYNC_FRIEND_REQUEST_SIZE = MESSAGE_SIZE; // pir_value is the type of the value stored at one index in the database using pir_value_t = array; diff --git a/schema/daemon.proto b/schema/daemon.proto index 657ab20..1d9bf99 100644 --- a/schema/daemon.proto +++ b/schema/daemon.proto @@ -93,7 +93,6 @@ message GetMyPublicIDResponse { 2; // en encoding of the public identifier in a nice story format } - message AddSyncFriendRequest { string unique_name = 1; string display_name = 2;