mirror of
https://github.com/AGWA/git-crypt.git
synced 2026-01-06 10:05:47 -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;
|
std::vector<Key_file> key_files;
|
||||||
if (argc > 0) {
|
if (argc > 0) {
|
||||||
// Read from the symmetric key file(s)
|
// Read from the symmetric key file(s)
|
||||||
// TODO: command line flag to accept legacy key format?
|
|
||||||
|
|
||||||
for (int argi = 0; argi < argc; ++argi) {
|
for (int argi = 0; argi < argc; ++argi) {
|
||||||
const char* symmetric_key_file = argv[argi];
|
const char* symmetric_key_file = argv[argi];
|
||||||
|
|||||||
Reference in New Issue
Block a user