From 49f72ac4d7abbaa17c46a419fce2a7da376ed4ee Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Sun, 9 Mar 2025 16:25:50 +0900 Subject: [PATCH] Remove an unused constant --- lib/rdoc/generator/darkfish.rb | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/rdoc/generator/darkfish.rb b/lib/rdoc/generator/darkfish.rb index 558e58c53b..6a3bf075e8 100644 --- a/lib/rdoc/generator/darkfish.rb +++ b/lib/rdoc/generator/darkfish.rb @@ -73,12 +73,6 @@ class RDoc::Generator::Darkfish css/rdoc.css ] - ## - # Path to this file's parent directory. Used to find templates and other - # resources. - - GENERATOR_DIR = File.join 'rdoc', 'generator' - ## # Release Version