Skip to content

Commit 2dc23d7

Browse files
authored
Remove unused variable in CoefTable printing (#830)
1 parent bd4ca61 commit 2dc23d7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/statmodels.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ function show(io::IO, ::MIME"text/markdown", ct::CoefTable)
166166
nmswidths = pushfirst!(length.(colnms), 0)
167167
A = [nmswidths[i] > sum(A[i]) ? (A[i][1]+nmswidths[i]-sum(A[i]), A[i][2]) : A[i]
168168
for i in 1:length(A)]
169-
totwidth = sum(sum.(A)) + 2 * (length(A) - 1)
170169

171170
# not using Markdown stdlib here because that won't give us nice decimal
172171
# alignment (even if that is lost when rendering to HTML, it's still nice

0 commit comments

Comments
 (0)