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 _UNUSED_PARAMETER macro

Changeset c3a32bcdb12a

Parent 9cc075ad1380

by Adrian Buehlmann

Changes to one file · Browse files at c3a32bcdb12a Showing diff from parent 9cc075ad1380 Diff from another changeset...

 
5
6
7
8
9
10
11
12
13
14
15
 
5
6
7
 
 
 
 
 
8
9
10
@@ -5,11 +5,6 @@
 #include <windows.h>  #include <string>   -#define _UNUSED_PARAMETER(p) \ - { \ - (p) = (p); \ - } -  #ifndef ARRAYSIZE  #define ARRAYSIZE(a) (sizeof(a)/sizeof(a[0]))  #endif