I'm using the memoir class, and it adds the Table of Contents page to the TOC. It is... well... pretty redundant...
Any quick way to eliminate this?
\documentclass{memoir}
\begin{document}
\frontmatter
\tableofcontents
\mainmatter
\chapter{A Chapter}
\end{document}

