Skip to content
Snippets Groups Projects
Commit 6adb58db authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Remove workaround for Octave 3.2 (we now require 3.4)

parent c41ce4ae
No related branches found
No related tags found
No related merge requests found
......@@ -101,12 +101,6 @@ for i=2:nargin
command = [command ' ' varargin{i-1}];
end
% Workaround for bug in Octave 3.2
% See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=550823
if exist('OCTAVE_VERSION') && octave_ver_less_than('3.4.0')
sleep(2)
end
[status, result] = system(command);
disp(result)
if status
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment