aboutsummaryrefslogtreecommitdiff
path: root/src/error-demo
diff options
context:
space:
mode:
authorBen Burdette <bburdette@gmail.com>2020-05-06 15:01:13 -0600
committerBen Burdette <bburdette@gmail.com>2020-05-06 15:01:13 -0600
commite3901638b50d91ddc9c356adc35ded00a00fe94b (patch)
treeb51a141c3da9a3c24ca7173b993dd0b7f35d6465 /src/error-demo
parente76ad2e48a71aa9804311f4dfb34374a5295b3b6 (diff)
todo removal
Diffstat (limited to 'src/error-demo')
-rw-r--r--src/error-demo/error-demo.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/error-demo/error-demo.cc b/src/error-demo/error-demo.cc
index b1b313e32..0d3dcf616 100644
--- a/src/error-demo/error-demo.cc
+++ b/src/error-demo/error-demo.cc
@@ -23,7 +23,6 @@ int main()
logger->logEI(e.info());
}
-
// ErrorInfo constructor
try {
auto e = Error("some error");