From ea6285cdc005746771239f74ebd7edf30c5e6de0 Mon Sep 17 00:00:00 2001
From: Lizzzka007 <gashchuk2011@mail.ru>
Date: Wed, 23 Oct 2024 19:09:47 +0300
Subject: [PATCH] Remove unneseccary commnets

---
 Lib/memory-holder.h | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/Lib/memory-holder.h b/Lib/memory-holder.h
index c30e15e..a0d1916 100644
--- a/Lib/memory-holder.h
+++ b/Lib/memory-holder.h
@@ -65,11 +65,6 @@ public:
 template<buf_choose_policy choose_type = buf_choose_policy::naiv>
 class memory_pipe: public memory_pipe_base 
 {
-// private:
-// #ifdef INCLUDE_CUDA
-//     using memory_pipe_base::gpu_buff;
-// #endif
-//     using memory_pipe_base::cpu_buff;
 public:
     memory_pipe(/* args */) : memory_pipe_base() {}
     ~memory_pipe() = default;
@@ -81,11 +76,6 @@ public:
 template<>
 class memory_pipe<buf_choose_policy::sorted_vec>: public memory_pipe_base 
 {
-// private:
-// #ifdef INCLUDE_CUDA
-//     using memory_pipe_base::gpu_buff;
-// #endif
-//     using memory_pipe_base::cpu_buff;
 public:
     memory_pipe(/* args */) : memory_pipe_base() {}
     ~memory_pipe() = default;
@@ -97,11 +87,6 @@ public:
 template<>
 class memory_pipe<buf_choose_policy::find_best_unsorted>: public memory_pipe_base 
 {
-// private:
-// #ifdef INCLUDE_CUDA
-//     using memory_pipe_base::gpu_buff;
-// #endif
-//     using memory_pipe_base::cpu_buff;
 public:
     memory_pipe(/* args */) : memory_pipe_base() {}
     ~memory_pipe() = default;
-- 
GitLab