Imported Upstream version 3.2.2
[debian/gnuradio] / gnuradio-core / doc / other / vector_docstub.h
diff --git a/gnuradio-core/doc/other/vector_docstub.h b/gnuradio-core/doc/other/vector_docstub.h
deleted file mode 100644 (file)
index 139ce65..0000000
+++ /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