From ed63dbd69292b92c18c3b9f3e9113eeaff1b8a29 Mon Sep 17 00:00:00 2001 From: Rene Saarsoo Date: Fri, 3 Feb 2012 18:17:07 -0800 Subject: [PATCH] Remove dead code from Rakefile. --- Rakefile | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Rakefile b/Rakefile index a0a38968..9cc3e9f8 100644 --- a/Rakefile +++ b/Rakefile @@ -154,14 +154,6 @@ class JsDuckRunner @options += options end - def add_relative_examples_path - @options += ["--head-html", <<-EOHTML] - - EOHTML - end - # Enables comments when CORS is supported by browser. # This excludes Opera and IE < 8. # We check explicitly for IE version to make sure the code works the -- GitLab