summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorNick Mills-Barrett <nick@beeper.com>2022-10-25 11:39:25 +0100
committerGitHub <noreply@github.com>2022-10-25 11:39:25 +0100
commitc9dffd5b330553c5803784be5bc0e2479fab79b0 (patch)
treee783859a331153782dd2eb14cfb6106f53b385fb /changelog.d
parentCache rust build deps in trial CI (#14287) (diff)
downloadsynapse-c9dffd5b330553c5803784be5bc0e2479fab79b0.tar.xz
Remove unused `@lru_cache` decorator (#13595)
* Remove unused `@lru_cache` decorator

Spotted this working on something else.

Co-authored-by: David Robertson <davidr@element.io>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/13595.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13595.misc b/changelog.d/13595.misc
new file mode 100644
index 0000000000..71959a6ee7
--- /dev/null
+++ b/changelog.d/13595.misc
@@ -0,0 +1 @@
+Remove unused `@lru_cache` decorator.