Skip to content

Commit fe8bf68

Browse files
committed
[unitytls] Removed leftover from previous p/invoke based integration.
1 parent a5df54c commit fe8bf68

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

mcs/class/System/Mono.UnityTls/UnityTls.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ public static implicit operator int(size_t s) {
2626

2727
unsafe internal static partial class UnityTls
2828
{
29-
private const string DLLNAME = "MacStandalonePlayer_TLSModule_Dynamic.dylib";
30-
private const CallingConvention CALLCONV = CallingConvention.Cdecl;
31-
3229
// ------------------------------------
3330
// Error Handling
3431
// ------------------------------------

0 commit comments

Comments
 (0)