[Tex/LaTex] Table of contents without title with ‘tocloft’ (class=report)

table of contentstitlestocloft

I would like my Table of contents to be without any title and vertical space skipping. How can I do that with tocloft package?

I've seen Table of contents without title, but code \renewcommand{\tableofcontents}{\@starttoc{toc}} doesn't work for me. (presumably because of tocloft package?)

Any help is appreciated.

Best Answer

Redefine the "title making" macro:

\usepackage{tocloft}
\makeatletter
\renewcommand{\@cftmaketoctitle}{}
\makeatother