aboutsummaryrefslogtreecommitdiff
path: root/src/libutil/error.cc
diff options
context:
space:
mode:
authorBen Burdette <bburdette@gmail.com>2020-07-04 18:30:49 -0600
committerBen Burdette <bburdette@gmail.com>2020-07-04 18:30:49 -0600
commita168224464c8d4f4b5dc1d06f6e6572e5aac9f4c (patch)
tree4bd852d10a7a5c20681572bd8eec1c59625fc1d2 /src/libutil/error.cc
parent14227aeb327798a1446ddde59fc561c3d2e6b7a8 (diff)
spacing
Diffstat (limited to 'src/libutil/error.cc')
-rw-r--r--src/libutil/error.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libutil/error.cc b/src/libutil/error.cc
index a4ee7afc2..4bc19fa5f 100644
--- a/src/libutil/error.cc
+++ b/src/libutil/error.cc
@@ -110,7 +110,6 @@ std::optional<LinesOfCode> getCodeLines(const ErrPos &errPos)
int pl = errPos.line - 1;
LinesOfCode loc;
-
do
{
std::getline(iss, line);