From 6d568ba4405146cff80d08ab3d474cb3d93a2b0d Mon Sep 17 00:00:00 2001 From: zvkemp Date: Tue, 2 Jan 2024 11:26:16 -0500 Subject: [PATCH] remove unused variable --- ext/extconf.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/extconf.rb b/ext/extconf.rb index 2618f27f..328368e0 100644 --- a/ext/extconf.rb +++ b/ext/extconf.rb @@ -110,7 +110,6 @@ def fail(msg, type = :error) # # === Setup paths # -root = File.expand_path(__dir__) hdrpath = File.expand_path(SKYLIGHT_HDR_PATH) libpath = File.expand_path(SKYLIGHT_LIB_PATH) extconf = __FILE__