Commit c465b5f7 authored by XingyuChen's avatar XingyuChen
Browse files

minor fix

parent 9ea3489d
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -7,7 +7,6 @@
#include "include/Device.h"
#include "include/Password.h"
#include "include/System.h"
#include "impl/MakeSecure.cpp"

int main() {
    Password p1, p2, p3;
@@ -21,7 +20,4 @@ int main() {

    dev1.changePassword(p1);
    cout << "Changed password of dev1:" << endl << sys << endl;

    makeSecure(sys);
    cout << "After makeSecure:" << endl << sys << endl;
}