From 561c0408c0e1aac3564498c3601c615afb8c30b1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Joan=20Sol=C3=A0?= <jsola@iri.upc.edu>
Date: Sun, 19 Dec 2021 16:44:34 +0100
Subject: [PATCH] Update processor_base.h

---
 include/core/processor/processor_base.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/core/processor/processor_base.h b/include/core/processor/processor_base.h
index e3931fa17..03d028854 100644
--- a/include/core/processor/processor_base.h
+++ b/include/core/processor/processor_base.h
@@ -126,7 +126,7 @@ public:
     /**\brief Add a element to the buffer
     *
     */
-    void emplace(const TimeStamp& _time_stamp, const T& _element); //const double& _time_tolerance);
+    void emplace(const TimeStamp& _time_stamp, const T& _element);
 
     /** \brief returns the container with elements of the buffer
     *
-- 
GitLab