From 357f3afb60c8775d398b07f725e00a407b8db24c Mon Sep 17 00:00:00 2001 From: Jesse Haber-Kucharsky Date: Thu, 4 Jan 2018 13:01:11 -0500 Subject: [PATCH] auth: Remove outdated "TODO" Authorization never happens at this level of the stack, though it formally did. --- auth/default_authorizer.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/auth/default_authorizer.cc b/auth/default_authorizer.cc index 572d87fcd2..d61b58e655 100644 --- a/auth/default_authorizer.cc +++ b/auth/default_authorizer.cc @@ -175,7 +175,6 @@ default_authorizer::modify( permission_set set, const resource& resource, stdx::string_view op) { - // TODO: why does this not check super user? auto query = sprint( "UPDATE %s.%s SET %s = %s %s ? WHERE %s = ? AND %s = ?", meta::AUTH_KS,