]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Delete duplicated lines
authorMichael Schroeder <mls@suse.de>
Mon, 25 Mar 2024 12:06:10 +0000 (13:06 +0100)
committerMichael Schroeder <mls@suse.de>
Mon, 25 Mar 2024 12:06:10 +0000 (13:06 +0100)
doc/gen/libsolv-bindings.3
doc/libsolv-bindings.txt

index 29e95a78e8ac947a9ac968b509202a1747c58150..db0ea11d73e1c5eea6a2f1331206f87f3ad52dc1 100644 (file)
@@ -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:
index 53b62eb83c8e1f7b140dbe6f04deedae0a1774e1..361bec55cfdaac6037b6c9227ba095e2745a66f6 100644 (file)
@@ -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
 -------------