removed junk
authorRalph Ronnquist <ralph.ronnquist@gmail.com>
Fri, 22 Jul 2022 22:39:27 +0000 (08:39 +1000)
committerRalph Ronnquist <ralph.ronnquist@gmail.com>
Fri, 22 Jul 2022 22:39:27 +0000 (08:39 +1000)
vector/StackVector.h [deleted file]

diff --git a/vector/StackVector.h b/vector/StackVector.h
deleted file mode 100644 (file)
index 1539366..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef StackVector_H
-#define StackVector_H
-
-/**
- * A StackVector is a management layer around a single_index_level
- * Vector to allow it to have extra memory allocated
- */
-#endif