File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,10 @@ package body Instrument.Setup_Config is
48
48
-- system installation if Fallback_To_System is True (and so return the
49
49
-- first name of Program_Names), otherwise error out.
50
50
51
+ -- ----------------------
52
+ -- Find_Compiler_Prog --
53
+ -- ----------------------
54
+
51
55
function Find_Compiler_Prog
52
56
(Compiler_Driver : String;
53
57
Program_Names : String_Vectors.Vector;
@@ -334,8 +338,7 @@ package body Instrument.Setup_Config is
334
338
-- Load_Config --
335
339
-- ---------------
336
340
337
- function Load_Config (Config_File : String) return Instrumentation_Config
338
- is
341
+ function Load_Config (Config_File : String) return Instrumentation_Config is
339
342
Result : Instrumentation_Config;
340
343
Channel : Any_Dump_Channel;
341
344
Config_JSON : JSON_Value;
You can’t perform that action at this time.
0 commit comments