Skip to content

Commit

Permalink
Revert "Merge pull request #1576 from ksss/performance"
Browse files Browse the repository at this point in the history
This reverts commit d0bd1bd, reversing
changes made to 854be0b.
  • Loading branch information
soutaro committed Dec 20, 2023
1 parent af2e77a commit 6fe8538
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion core/warning.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
module Warning
# The types of categories the `Warning` module understands.
#
type category = :deprecated | :experimental | :performance
type category = :deprecated | :experimental

# <!--
# rdoc-file=error.c
Expand Down
1 change: 0 additions & 1 deletion test/stdlib/Warning_test.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
require_relative "test_helper"

WARNING_CATEGORIES = %i[deprecated experimental]
WARNING_CATEGORIES << :performance if RUBY_VERSION >= '3.3'

class WarningSingletonTest < Test::Unit::TestCase
include TypeAssertions
Expand Down

0 comments on commit 6fe8538

Please sign in to comment.