Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

shellext: remove unused ASSERT macro definition from StringUtils.h

Changeset 97ed7791661f

Parent 58109c8f13a7

by Adrian Buehlmann

Changes to one file · Browse files at 97ed7791661f Showing diff from parent 58109c8f13a7 Diff from another changeset...

 
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
 
25
26
27
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
29
30
@@ -25,21 +25,6 @@
 #include <windows.h>     -#ifdef _MSC_VER - // Fancier GUI Visual C++ asserts - #include <crtdbg.h> -#else - // Standard C assert - #include <assert.h> -#ifndef _ASSERT - #define _ASSERT assert -#endif -#endif - -#ifndef ASSERT - #define ASSERT _ASSERT -#endif -  // From: http://www.kbcafe.com/articles/cplusplus.tricks.html  template<class T> void FindAndReplace(T& source, const T& find, const T& replace)  {