mirror of
https://github.com/monero-project/monero.git
synced 2025-01-19 16:13:40 +02:00
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:
parent
2e8a128c75
commit
07d93f01ad
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user