From 8817911727fc054011a27d432f40a6fc85f9c53e Mon Sep 17 00:00:00 2001 From: Michael Schroeder Date: Mon, 25 Mar 2024 13:06:10 +0100 Subject: [PATCH] Delete duplicated lines --- doc/gen/libsolv-bindings.3 | 12 ------------ doc/libsolv-bindings.txt | 3 --- 2 files changed, 15 deletions(-) diff --git a/doc/gen/libsolv-bindings.3 b/doc/gen/libsolv-bindings.3 index 29e95a78..db0ea11d 100644 --- a/doc/gen/libsolv-bindings.3 +++ b/doc/gen/libsolv-bindings.3 @@ -407,18 +407,6 @@ Swig implements all constants as numeric variables, constants belonging to a lib .if n \{\ .RE .\} -.sp -Iterators also work as expected: -.sp -.if n \{\ -.RS 4 -.\} -.nf -\fBfor\fR \fIsolvable\fR \fBin\fR \fIpool\fR\fB\&.solvables_iter() do \&.\&.\&.\fR -.fi -.if n \{\ -.RE -.\} .SH "LUA SPECIFICS" .sp Libsolv\(cqs lua bindings can be loaded with the following statement: diff --git a/doc/libsolv-bindings.txt b/doc/libsolv-bindings.txt index 53b62eb8..361bec55 100644 --- a/doc/libsolv-bindings.txt +++ b/doc/libsolv-bindings.txt @@ -187,9 +187,6 @@ to a libsolv class are prefixed with the class name: TCL $pool set_flag $solv::Pool_POOL_FLAG_OBSOLETEUSESCOLORS 1 TCL puts [$solvable lookup_str $solv::SOLVABLE_SUMMARY] -Iterators also work as expected: - - for solvable in pool.solvables_iter() do ... Lua Specifics ------------- -- 2.47.2