Skip to content

Commit ff2184e

Browse files
committed
Remove all old analytics defines.
1 parent f566631 commit ff2184e

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

com.unity.ml-agents/Runtime/Analytics/Events.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
#if MLA_UNITY_ANALYTICS_MODULE || !UNITY_2019_4_OR_NEWER
2-
#define MLA_UNITY_ANALYTICS_MODULE_ENABLED
3-
#endif
4-
51
using System;
62
using System.Collections.Generic;
73
using Unity.MLAgents.Actuators;

com.unity.ml-agents/Tests/Editor/Analytics/InferenceAnalyticsTests.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
#if MLA_UNITY_ANALYTICS_MODULE || !UNITY_2019_4_OR_NEWER
2-
#define MLA_UNITY_ANALYTICS_MODULE_ENABLED
3-
#endif
4-
5-
#if MLA_UNITY_ANALYTICS_MODULE_ENABLED
61
using System;
72
using System.Collections.Generic;
83
using NUnit.Framework;
@@ -107,4 +102,3 @@ public void TestBarracudaPolicy()
107102
}
108103
}
109104
}
110-
#endif // MLA_UNITY_ANALYTICS_MODULE_ENABLED

0 commit comments

Comments
 (0)