auth: Remove outdated "TODO"

Authorization never happens at this level of the stack, though it
formally did.
This commit is contained in:
Jesse Haber-Kucharsky
2018-01-04 13:01:11 -05:00
parent b1d9d0e4ff
commit 357f3afb60

View File

@@ -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,