From ef344d942adaa67d5fe980f76c5eb6e584b2f3f9 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Mon, 10 Jul 2023 15:19:24 -0700 Subject: [PATCH] main: Remove DEFAULT_SIRK DEFAULT_SIRK is currently not used. --- src/main.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/main.c b/src/main.c index 54353941..7323d064 100755 --- a/src/main.c +++ b/src/main.c @@ -60,9 +60,6 @@ #define DEFAULT_TEMPORARY_TIMEOUT 30 /* 30 seconds */ #define DEFAULT_NAME_REQUEST_RETRY_DELAY 300 /* 5 minutes */ -/*CSIP Profile - Server */ -#define DEFAULT_SIRK "761FAE703ED681F0C50B34155B6434FB" - #define SHUTDOWN_GRACE_SECONDS 10 struct btd_opts btd_opts; -- 2.34.1