From c523f0026f3b03831c0778335fe7c7661bf9a719 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Tschumperl=C3=A9?= <david.tschumperle@gmail.com>
Date: Wed, 26 Sep 2018 13:58:17 +0200
Subject: [PATCH] .

---
 CImg.h | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/CImg.h b/CImg.h
index 220e87f..d19b61e 100644
--- a/CImg.h
+++ b/CImg.h
@@ -19111,14 +19111,6 @@ namespace cimg_library_suffixed {
               CImg<ulongT>::vector((ulongT)mp_matrix_svd,pos,arg1,p2,p3).move_to(code);
               _cimg_mp_return(pos);
             }
-
-            if (!std::strncmp(ss,"swap(",5)) { // Swap memory content
-              CImg<charT>("swap\0\2",6,1,1,1,true).move_to(macro_def);
-              CImg<charT>::string("(size(\1)==size(\2)?(unref(__builtin_SWAP__);" \
-                                  "__builtin_SWAP__=\1;\1=\2;\2=__builtin_SWAP__));",true,true).move_to(macro_body);
-              CImg<boolT>(macro_body.back()._width,1,1,1,false).move_to(macro_body_is_string);
-              break; // Program flow will continue to macro substitution
-            }
             break;
 
           case 't' :
-- 
GitLab