summaryrefslogtreecommitdiff
path: root/gnuradio-core/doc/other/vector_docstub.h
diff options
context:
space:
mode:
Diffstat (limited to 'gnuradio-core/doc/other/vector_docstub.h')
-rw-r--r--gnuradio-core/doc/other/vector_docstub.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/gnuradio-core/doc/other/vector_docstub.h b/gnuradio-core/doc/other/vector_docstub.h
deleted file mode 100644
index 139ce651df..0000000000
--- a/gnuradio-core/doc/other/vector_docstub.h
+++ /dev/null
@@ -1,16 +0,0 @@
-namespace std
-{
- /*!
- * \brief vector documentation stub
- *
- * \warning
- * This isn't the real vector template. It's just enough to get doxygen
- * to draw pretty collaboration diagrams.
- */
- template<class T> class vector
- {
- public:
- T *p;
- };
-
-} // namespace std