Remove comment that no longer applies.

This commit is contained in:
Fred Drake 2001-09-26 22:26:45 +00:00
parent c5f8fe3a27
commit 3ab0ac7cd4

View file

@ -785,6 +785,3 @@ And, a sample of its use might be something like the following:
return NULL;
}
\end{verbatim}
%For a reasonably extensive example, from which most of the snippits
%above were taken, see \file{newdatatype.c} and \file{newdatatype.h}.