mirror of
https://github.com/AGWA/git-crypt.git
synced 2025-12-26 20:53:08 -08:00
Remove a TODO comment
I've decided not to do it
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user