Skip to content

Commit 311b5cb

Browse files
committed
remove custom roles
1 parent aea3688 commit 311b5cb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

codersdk/deployment.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2893,7 +2893,6 @@ const (
28932893
// Add new experiments here!
28942894
ExperimentExample Experiment = "example" // This isn't used for anything.
28952895
ExperimentAutoFillParameters Experiment = "auto-fill-parameters" // This should not be taken out of experiments until we have redesigned the feature.
2896-
ExperimentCustomRoles Experiment = "custom-roles" // Allows creating runtime custom roles.
28972896
ExperimentNotifications Experiment = "notifications" // Sends notifications via SMTP and webhooks following certain events.
28982897
ExperimentWorkspaceUsage Experiment = "workspace-usage" // Enables the new workspace usage tracking.
28992898
)

0 commit comments

Comments
 (0)