Skip to content
Snippets Groups Projects
Commit 62b88538 authored by Radek Puš's avatar Radek Puš
Browse files

removed unused repetitivness class

parent fe873631
No related branches found
No related tags found
No related merge requests found
......@@ -22,8 +22,6 @@ namespace Core.AI.Repetitivness
{
HardRepetitivness hr = new HardRepetitivness(data);
hr.Mark();
//SoftRepetitivness sr = new SoftRepetitivness(data);
}
}
}
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Core.Data;
namespace Core.AI.Repetitivness
{
public class SoftRepetitivness
{
private Model data;
public SoftRepetitivness(Model data)
{
this.data = data;
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment