main: Remove DEFAULT_SIRK
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Mon, 10 Jul 2023 22:19:24 +0000 (15:19 -0700)
committerAyush Garg <ayush.garg@samsung.com>
Fri, 5 Jan 2024 13:34:03 +0000 (19:04 +0530)
DEFAULT_SIRK is currently not used.

src/main.c

index 5435394160f6b54d61e1b32e16884d2133718149..7323d0648efc85cc2e799d2c60789d5e00ff1c34 100755 (executable)
@@ -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;