In the legacy spaghetti, I came across this spicy meatball:
//Keep around, might prove useful.
namespace System.Runtime.CompilerServices
{
public sealed class IsVolatile
{
private IsVolatile()
{
}
}
}
Is this possibly of any value? Or perhaps a better question, possibly of any harm (to retain)?