aboutsummaryrefslogtreecommitdiff
path: root/cc/registry.h
diff options
context:
space:
mode:
authortholenst <tholenst@google.com>2020-02-10 02:09:33 -0800
committerCopybara-Service <copybara-worker@google.com>2020-02-10 02:10:05 -0800
commit6a40e943930ab811aba54653162a25941b407952 (patch)
treed80610ce57ca573d5c095a017be5897d82b38b61 /cc/registry.h
parenta4919e7da66a68a578d12d2c0a2de567af00724b (diff)
downloadtink-6a40e943930ab811aba54653162a25941b407952.tar.gz
Remove obsolete TODO.
PiperOrigin-RevId: 294175877
Diffstat (limited to 'cc/registry.h')
-rw-r--r--cc/registry.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/cc/registry.h b/cc/registry.h
index 47348af8c..511ff4b1b 100644
--- a/cc/registry.h
+++ b/cc/registry.h
@@ -51,10 +51,6 @@ class Registry {
public:
// Returns a catalogue with the given name (if any found).
// Keeps the ownership of the catalogue.
- // TODO(przydatek): consider changing return value to
- // StatusOr<std::reference_wrapper<KeyManager<P>>>
- // (cannot return reference directly, as StatusOr does not support it,
- // see https://goo.gl/x0ymDz)
template <class P>
ABSL_DEPRECATED("Catalogues are not supported anymore.")
static crypto::tink::util::StatusOr<const Catalogue<P>*> get_catalogue(