diff --git a/Rakefile b/Rakefile index a0a3896852b3ae1884866e43abc40941b85d87b5..9cc3e9f8055ef11a414ace6ec8abcfc2f77e56a8 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