From 98bf78096b2776a0124a6bdb236d20e489993311 Mon Sep 17 00:00:00 2001
From: Jan Travnicek <Jan.Travnicek@fit.cvut.cz>
Date: Fri, 8 Sep 2017 14:29:37 +0200
Subject: [PATCH] remove not needed code from arbology DZ algo

---
 .../exact/DeadZoneUsingBadCharacterShiftAndBorderArray.h     | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/alib2algo/src/arbology/exact/DeadZoneUsingBadCharacterShiftAndBorderArray.h b/alib2algo/src/arbology/exact/DeadZoneUsingBadCharacterShiftAndBorderArray.h
index ab63924469..1317cb8275 100644
--- a/alib2algo/src/arbology/exact/DeadZoneUsingBadCharacterShiftAndBorderArray.h
+++ b/alib2algo/src/arbology/exact/DeadZoneUsingBadCharacterShiftAndBorderArray.h
@@ -10,15 +10,12 @@
 
 #include <set>
 #include <vector>
-#include <core/multipleDispatch.hpp>
-#include <tree/TreeFeatures.h>
 #include <alphabet/RankedSymbol.h>
 
 #include <tree/properties/ReversedBadCharacterShiftTable.h>
 #include <tree/properties/BorderArrayNaive.h>
 #include <tree/properties/SubtreeJumpTable.h>
 
-#include <tree/Tree.h>
 #include <tree/ranked/PrefixRankedBarTree.h>
 #include <tree/ranked/PrefixRankedBarPattern.h>
 #include <tree/ranked/PrefixRankedTree.h>
@@ -34,7 +31,7 @@ namespace exact {
 /**
  * Implementation of DeadZone matching using bad character shift as shifting method on one direction and border array on the other
  */
-class DeadZoneUsingBadCharacterShiftAndBorderArray : public alib::DoubleDispatch < DeadZoneUsingBadCharacterShiftAndBorderArray, ext::set < unsigned >, const tree::TreeBase &, const tree::TreeBase & > {
+class DeadZoneUsingBadCharacterShiftAndBorderArray {
 public:
 	/**
 	 * Search for pattern in linear string.
-- 
GitLab