Skip to content

Commit

Permalink
- Removed misleading documentation annotation from listDelete.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23484 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
perost committed Nov 20, 2014
1 parent 23d1cc6 commit 6552508
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Compiler/FrontEnd/MetaModelicaBuiltin.mo
Expand Up @@ -629,9 +629,6 @@ function listDelete<A> "O(index)"
input Integer index "one-based index" ;
output List<A> outLst;
external "builtin";
annotation(Documentation(info="<html>
<p>listDelete is using a zero-based index. This will be fixed as soon as the rml version is gone. Until then listDelete should be used.</p>
</html>"));
end listDelete;

function listEmpty<A> "O(1)"
Expand Down

0 comments on commit 6552508

Please sign in to comment.