Skip to content

Commit 76ed088

Browse files
committed
remove needless gather task
1 parent ca35830 commit 76ed088

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Rakefile

-5
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,6 @@ task "test:conformance" do
3636
end
3737
end
3838

39-
desc 'Gather required Sundown sources into extension directory'
40-
task :gather do
41-
abort "gather task become deprecated. now you don't need call this task."
42-
end
43-
4439
file 'sundown/src/markdown.h' do |t|
4540
abort "The Sundown submodule is required."
4641
end

0 commit comments

Comments
 (0)