diff --git a/matlab/@dates/minus.m b/matlab/@dates/minus.m index 574446c0f..711717e8d 100644 --- a/matlab/@dates/minus.m +++ b/matlab/@dates/minus.m @@ -21,7 +21,6 @@ function C = minus(A,B) % --*-- Unitary tests --*-- % along with Dynare. If not, see . if isa(A,'dates') && isa(B,'dates') - % Concatenate dates objects without removing repetitions if A and B are not disjoint sets of dates. if ~isequal(A.freq,B.freq) error(['dates::minus: Input arguments ''' inputname(1) ''' and ''' inputname(2) ''' must have common frequencies!']) end