removed some SSU1 code

This commit is contained in:
orignal 2023-03-01 22:05:24 -05:00
parent f2729b3efe
commit 1b921a2eac
3 changed files with 3 additions and 12 deletions

View file

@ -110,11 +110,10 @@ namespace data
struct Introducer
{
Introducer (): iTag (0), iExp (0), isH (false) {};
Introducer (): iTag (0), iExp (0) {};
IdentHash iH;
uint32_t iTag;
uint32_t iExp;
bool isH; // TODO: remove later
};
struct SSUExt