Remove file that is no longer used.

This commit is contained in:
Guo Xiang Tan 2018-03-26 10:27:28 +08:00
parent 786dd88e5a
commit 2f61780a49
1 changed files with 0 additions and 12 deletions

View File

@ -1,12 +0,0 @@
module Jobs
class CloseTopic < Jobs::Base
def execute(args)
# This file is back temporarily to handle jobs that are enqueued
# far in the future that haven't been migrated to the ToggleTopicClosed
# job.
end
end
end