From 1b74b211d6ad08416f286daf4fd235c1ebd006c0 Mon Sep 17 00:00:00 2001
From: Theodoros Katzalis <thodkatz@gmail.com>
Date: Sat, 16 Mar 2019 11:57:31 +0200
Subject: [PATCH] Remove a comment

---
 inc/Helpers/TimeAndDate.hpp | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/inc/Helpers/TimeAndDate.hpp b/inc/Helpers/TimeAndDate.hpp
index 8747aa3d..44e0c7c7 100644
--- a/inc/Helpers/TimeAndDate.hpp
+++ b/inc/Helpers/TimeAndDate.hpp
@@ -5,9 +5,6 @@
 
 /**
  * A class that represents the time and date.
- *
- * @note
- * This struct is similar to the `struct tm` of <ctime> library but it is more embedded-friendly
  */
 class TimeAndDate {
 public:
-- 
GitLab