summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libprofile.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/lib/libprofile.tex')
-rw-r--r--Doc/lib/libprofile.tex8
1 files changed, 0 insertions, 8 deletions
diff --git a/Doc/lib/libprofile.tex b/Doc/lib/libprofile.tex
index 10cff84..1f87632 100644
--- a/Doc/lib/libprofile.tex
+++ b/Doc/lib/libprofile.tex
@@ -525,14 +525,6 @@ of direction of calls (re: called vs was called by), the arguments and
ordering are identical to the \method{print_callers()} method.
\end{methoddesc}
-\begin{methoddesc}[Stats]{ignore}{}
-\deprecated{1.5.1}{This is not needed in modern versions of
-Python.\footnote{
- This was once necessary, when Python would print any unused expression
- result that was not \code{None}. The method is still defined for
- backward compatibility.}}
-\end{methoddesc}
-
\section{Limitations \label{profile-limits}}