remove spurious comment
This commit is contained in:
parent
ff0dfacc48
commit
687892890b
@ -134,7 +134,6 @@ int Prepare::Process(int argc, char *argv[])
|
|||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
#pragma message("Memory consumption on Windows can be higher due to different bit packing")
|
#pragma message("Memory consumption on Windows can be higher due to different bit packing")
|
||||||
#else
|
#else
|
||||||
//TODO
|
|
||||||
static_assert(sizeof(ImportEdge) == 20,
|
static_assert(sizeof(ImportEdge) == 20,
|
||||||
"changing ImportEdge type has influence on memory consumption!");
|
"changing ImportEdge type has influence on memory consumption!");
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user