common: Remove resolved FIXME in pod-class.h

In src/common/pod-class.h, the POD_CLASS definition contained quite
a lot of detritus, including a long-ago resolved FIXME. Delete all the
noise.
This commit is contained in:
iamamyth 2025-01-09 17:55:31 -08:00
parent 2e8a128c75
commit 07d93f01ad

View File

@ -30,14 +30,4 @@
#pragma once #pragma once
// FIXME: Why is this ifdef needed? Hopefully making it struct won't break things.
/*
#if defined(_MSC_VER)
#define POD_CLASS struct
#else
#define POD_CLASS class
#endif
*/
#define POD_CLASS struct #define POD_CLASS struct