From 1dea10d4782ff310b9c00ca475d307db745c213f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Hermes=29?= Date: Fri, 17 Jun 2016 00:16:06 +0200 Subject: [PATCH] Updated dynare_config wrt #c7e848948156fe8febca22276a77c9586c565d87 --- matlab/dynare_config.m | 4 ---- 1 file changed, 4 deletions(-) diff --git a/matlab/dynare_config.m b/matlab/dynare_config.m index 286ce815f..8c3633661 100644 --- a/matlab/dynare_config.m +++ b/matlab/dynare_config.m @@ -83,10 +83,6 @@ if ~isoctave % Replacements for functions of the stats toolbox p{end+1} = '/missing/stats/'; end - if isempty(ver('econ')), - % Replacements for functions of the econ toolbox - p{end+1} = '/missing/econ/'; - end end % ordeig() doesn't exist in Octave