Skip to content

Commit f3dd0c2

Browse files
luke-hillbarancev
authored andcommitted
Remove all gcc style code as none of it is consumed
1 parent a2e6d4b commit f3dd0c2

File tree

5 files changed

+2
-271
lines changed

5 files changed

+2
-271
lines changed

Rakefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ require 'rake_tasks/selenium_rake/detonating_handler'
2020
require 'rake_tasks/selenium_rake/crazy_fun'
2121

2222
# The CrazyFun builders - Most of these are either partially or fully obsolete
23-
require 'rake_tasks/crazy_fun/mappings/tasks'
23+
require 'rake_tasks/crazy_fun/mappings/file_copy_hack'
2424
require 'rake_tasks/crazy_fun/mappings/javascript'
25+
require 'rake_tasks/crazy_fun/mappings/tasks'
2526
require 'rake_tasks/crazy_fun/mappings/rake'
2627
require 'rake_tasks/crazy_fun/mappings/ruby'
2728

rake_tasks/crazy_fun/mappings/gcc.rb

Lines changed: 0 additions & 260 deletions
This file was deleted.

rake_tasks/crazy_fun/mappings/gcc_mappings.rb

Lines changed: 0 additions & 7 deletions
This file was deleted.

rake_tasks/crazy_fun/mappings/python.rb

Lines changed: 0 additions & 1 deletion
This file was deleted.

rake_tasks/crazy_fun/mappings/tasks.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
require_relative 'file_copy_hack'
2-
31
class Tasks
42
include CrazyFun::Mappings::FileCopyHack
53

0 commit comments

Comments
 (0)