|
From: Florian K. <fl...@ei...> - 2014-08-22 14:35:09
|
On 22.08.2014 10:56, Josef Weidendorfer wrote:
>> Log:
>> Remove unused functions CLG_(get_out_file) and CLG_(get_out_directory).
>> Looks like these were leftovers from early days -- perhaps r7235.
>
> Actually from r12268, when the mechanism for interactive control of
> Callgrind runs
> changed from using a command file to vgdb.
>
> Thanks! How did you find out these left-overs?
>
It was a by-product of my quest hunting down fixed size buffers. When I
ran across those prototypes I wondered how you would piece together the
full path name and whether you would use a fixed size buffer when doing
so. That got me searching.
Florian
|