We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5df54c commit fe8bf68Copy full SHA for fe8bf68
mcs/class/System/Mono.UnityTls/UnityTls.cs
@@ -26,9 +26,6 @@ public static implicit operator int(size_t s) {
26
27
unsafe internal static partial class UnityTls
28
{
29
- private const string DLLNAME = "MacStandalonePlayer_TLSModule_Dynamic.dylib";
30
- private const CallingConvention CALLCONV = CallingConvention.Cdecl;
31
-
32
// ------------------------------------
33
// Error Handling
34
0 commit comments