Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f531f4bc authored by Nandana Dutt's avatar Nandana Dutt
Browse files

Remove some obsolete TODOs

Test: builds
Change-Id: I60f47a48907ae41573a7ad994a9c53010e2d7ac1
parent a53145a6
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -2257,7 +2257,6 @@ Dumpstate::RunStatus Dumpstate::DumpOptions::Initialize(int argc, char* argv[])
        }
        }
    }
    }


    // TODO: use helper function to convert argv into a string
    for (int i = 0; i < argc; i++) {
    for (int i = 0; i < argc; i++) {
        args += argv[i];
        args += argv[i];
        if (i < argc - 1) {
        if (i < argc - 1) {
+1 −2
Original line number Original line Diff line number Diff line
@@ -441,8 +441,7 @@ class Dumpstate {
    // Full path of the bugreport file, be it zip or text, inside bugreport_internal_dir_.
    // Full path of the bugreport file, be it zip or text, inside bugreport_internal_dir_.
    std::string path_;
    std::string path_;


    // TODO: If temporary this should be removed at the end.
    // Full path of the file containing the screenshot (when requested).
    // Full path of the temporary file containing the screenshot (when requested).
    std::string screenshot_path_;
    std::string screenshot_path_;


    // Pointer to the zipped file.
    // Pointer to the zipped file.