From dec59e16d25df55595662d60e05e13da220f1d2b Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Wed, 28 Oct 2020 20:58:38 +0100 Subject: [PATCH] Cosmetics. --- manual/tracy.tex | 2 -- 1 file changed, 2 deletions(-) diff --git a/manual/tracy.tex b/manual/tracy.tex index c0dd398f..c9c84c52 100644 --- a/manual/tracy.tex +++ b/manual/tracy.tex @@ -770,8 +770,6 @@ Take extra care to consider the lifetime of program code (which includes string Note that string literals are available as the only option in many parts of the Tracy API. For example, take a look at how frame or plot names are specified. You cannot unload modules that contain string literals which were passed to the profiler\footnote{If you really do must unload a module, manually allocating a \texttt{char} buffer, as described in section~\ref{uniquepointers}, will give you a persistent string in memory.}. - - \subsubsection{Unique pointers} \label{uniquepointers}