summaryrefslogtreecommitdiff
path: root/hscript
diff options
context:
space:
mode:
Diffstat (limited to 'hscript')
-rw-r--r--hscript/user.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/hscript/user.cc b/hscript/user.cc
index 9f6873e..f7c5c7c 100644
--- a/hscript/user.cc
+++ b/hscript/user.cc
@@ -131,7 +131,6 @@ Key *RootPassphrase::parseFromData(const std::string &data, int lineno,
}
bool RootPassphrase::validate(ScriptOptions) const {
- /* XXX TODO: not sure what other validation we can / should do here. */
return true;
}