0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-12-26 15:33:54 +01:00

modules/key: Remove stale assertion.

This commit is contained in:
Jason Volk 2018-05-12 22:50:44 -07:00
parent e2e8172bfd
commit 61ddfb080e

View file

@ -45,7 +45,6 @@ handle_get(client &client,
};
});
assert(0);
return {};
}