X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/blast.git/blobdiff_plain/e40a5399ec7887c2606f18575c809b0d05b09278..3bcfe4df6fdde086eb1b59f7a0173358170174a1:/SpecialBlock.cpp diff --git a/SpecialBlock.cpp b/SpecialBlock.cpp index 8edff6f..2d225e2 100644 --- a/SpecialBlock.cpp +++ b/SpecialBlock.cpp @@ -12,10 +12,7 @@ void SpecialBlock::checkInputPatternCompatibility() throw(Exception) { switch(type) { case ClockConvert : checkInputPatternCompatibilityClockConvert(); - break; - case ClkRstGen: - checkInputPatternCompatibilityClkRstGen(); - break; + break; } } catch(Exception e) { @@ -28,10 +25,7 @@ void SpecialBlock::computeOutputPattern(int nbExec) throw(Exception) { switch(type) { case ClockConvert : computeOutputPatternClockConvert(nbExec); - break; - case ClkRstGen: - computeOutputPatternClkRstGen(nbExec); - break; + break; } } catch(Exception e) { @@ -45,7 +39,3 @@ void SpecialBlock::computeOutputPatternClockConvert(int nbExec) throw(Exception) } -void SpecialBlock::checkInputPatternCompatibilityClkRstGen() throw(Exception) { -} -void SpecialBlock::computeOutputPatternClkRstGen(int nbExec) throw(Exception) { -}