Remove a TODO comment

I've decided not to do it
This commit is contained in:
Andrew Ayer
2014-09-06 17:25:31 -07:00
parent adaea41d4e
commit 725f442ce4

View File

@@ -719,7 +719,6 @@ int unlock (int argc, const char** argv)
std::vector<Key_file> key_files;
if (argc > 0) {
// Read from the symmetric key file(s)
// TODO: command line flag to accept legacy key format?
for (int argi = 0; argi < argc; ++argi) {
const char* symmetric_key_file = argv[argi];