diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-11-13 15:37:10 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-11-13 15:37:10 +0200 |
commit | 496dd8d1c6bfb565fad4c9d2a13dbaafdb88e068 (patch) | |
tree | c47885abe23bc6ef9b1f186d2ff8c2b77763c068 | |
parent | 17151c3b72ad1cb001c45fcc0b236f6a893ef59e (diff) |
Cosmetic change
-rw-r--r-- | bpkg/utility.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bpkg/utility.cxx b/bpkg/utility.cxx index 6cf6c35..9954067 100644 --- a/bpkg/utility.cxx +++ b/bpkg/utility.cxx @@ -32,7 +32,6 @@ namespace bpkg // not even the delimiter and eofbit if it reached eof before seeing // the delimiter. // - // getline (cin, a); bool f (cin.fail ()); |