Skip to content

Commit bec0f1e

Browse files
[FSSDK-12423] dead code removal
1 parent f2b3bf4 commit bec0f1e

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

OptimizelySDK/Entity/Experiment.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ public class Experiment : ExperimentCore
2323
{
2424
private const string MUTEX_GROUP_POLICY = "random";
2525

26-
public const string EXPERIMENT_TYPE_AB = "ab";
27-
public const string EXPERIMENT_TYPE_MAB = "mab";
28-
public const string EXPERIMENT_TYPE_CMAB = "cmab";
29-
public const string EXPERIMENT_TYPE_TD = "td";
3026
public const string EXPERIMENT_TYPE_FR = "fr";
3127

3228
/// <summary>

0 commit comments

Comments
 (0)