summaryrefslogtreecommitdiff
path: root/lib/rdoc/anon_class.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rdoc/anon_class.rb')
-rw-r--r--lib/rdoc/anon_class.rb11
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/rdoc/anon_class.rb b/lib/rdoc/anon_class.rb
deleted file mode 100644
index d02a38c2cf..0000000000
--- a/lib/rdoc/anon_class.rb
+++ /dev/null
@@ -1,11 +0,0 @@
-# frozen_string_literal: true
-##
-# An anonymous class like:
-#
-# c = Class.new do end
-#
-# AnonClass is currently not used.
-
-class RDoc::AnonClass < RDoc::ClassModule
-end
-