summarylogtreecommitdiffstats
path: root/toml_slicer.gcc13.1.patch
blob: 3cee5efd690054eed6a590c538a1de3c53e255e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Index: toml_slicer/src/toml_slicer.adb
===================================================================
--- toml_slicer.orig/src/toml_slicer.adb
+++ toml_slicer/src/toml_slicer.adb
@@ -207,7 +207,6 @@ package body TOML_Slicer is
                raise Slicing_Error with
                  "Could not find removable entry " & Entry_Name
                  & " in array " & Array_Name & " in file " & File_Name;
-               return;
             end if;
          end Remove_Target;