diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-08-27 07:08:02 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-27 07:08:02 -0400 |
commit | 029b7ad7b94d167b19d63a5dc777a806b0e073f3 (patch) | |
tree | d5299c9aa678b0e5742ef601fdf17887103cea09 /changelog.d | |
parent | Improve ServerNoticeServlet to avoid duplicate requests (#10679) (diff) | |
download | synapse-029b7ad7b94d167b19d63a5dc777a806b0e073f3.tar.xz |
Remove unused `compare_digest` function. (#10706)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10706.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10706.misc b/changelog.d/10706.misc new file mode 100644 index 0000000000..eed4aa58d6 --- /dev/null +++ b/changelog.d/10706.misc @@ -0,0 +1 @@ +Remove unused `compare_digest` function. |