From f1a6f9ffd1a0161fc18fad36829033c570cf5ac3 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Wed, 9 Feb 2022 19:59:48 +0200 Subject: [PATCH] Update source_location.adoc --- doc/source_location.adoc | 3 --- 1 file changed, 3 deletions(-) diff --git a/doc/source_location.adoc b/doc/source_location.adoc index 8d0adc9..6e4cee3 100644 --- a/doc/source_location.adoc +++ b/doc/source_location.adoc @@ -50,9 +50,6 @@ f() called from: example.cpp:11:5 in function 'main' f() called from: example.cpp:11 in function 'main' ``` ```none -f() called from: example.cpp:11 in function 'main' -``` -```none f() called from: example.cpp:4 ```