Commit b535e62b authored by Mark Chao's avatar Mark Chao

Remove unused

parent 175d2048
......@@ -170,14 +170,6 @@ module EE
private
def compute_start_date
start_date_is_fixed? ? start_date_fixed : start_date_from_milestones
end
def compute_due_date
due_date_is_fixed? ? due_date_fixed : due_date_from_milestones
end
def fetch_milestone_date_data
sql = <<~SQL
SELECT milestones.id, milestones.start_date, milestones.due_date FROM milestones
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment