Skip to content

Commit

Permalink
Delete duplicated lines
Browse files Browse the repository at this point in the history
  • Loading branch information
mlschroe committed Mar 25, 2024
1 parent 73eceaa commit 8817911
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
12 changes: 0 additions & 12 deletions doc/gen/libsolv-bindings.3
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 0 additions & 3 deletions doc/libsolv-bindings.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------------
Expand Down

0 comments on commit 8817911

Please sign in to comment.