diff --git a/nosh.cpp b/nosh.cpp
index 912f292dbed01a743c36c27321a80d0028e3bf1c..ef4e7b6f6604380b876d8eef096b1a5c11853d59 100644
--- a/nosh.cpp
+++ b/nosh.cpp
@@ -53,12 +53,7 @@ const char VERSION[] = "0.3.2"; ///< Change version number here for the entire c
 #define STRLEN 100 ///< Max string length
 #define WIDTH 10 ///< Width between columns
 
-char vault[STRLEN]; ///< Storing custom info;
-
-deque<std::string> commandHistory;
-const int MAXHISTORY = 50;
-
-int numberOfHistories = 0; ///< Storing the number of histories
+char vault[STRLEN]; ///< Storing custom info
 
 namespace fs = std::filesystem;