From 5e90db792aac5cde0246029a86783059e94a6c92 Mon Sep 17 00:00:00 2001 From: Ralph Ronnquist Date: Sat, 23 Jul 2022 08:39:27 +1000 Subject: [PATCH] removed junk --- vector/StackVector.h | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 vector/StackVector.h diff --git a/vector/StackVector.h b/vector/StackVector.h deleted file mode 100644 index 1539366..0000000 --- a/vector/StackVector.h +++ /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 -- 2.39.2