 Issue 5948518908821504:
  Issue #1158 - removed unnecessary definitions and #ifdef/#else/#endif sections  (Closed)
    
  
    Issue 5948518908821504:
  Issue #1158 - removed unnecessary definitions and #ifdef/#else/#endif sections  (Closed) 
  | Left: | ||
| Right: | 
| OLD | NEW | 
|---|---|
| 1 #ifndef _PLUGIN_CLIENT_H_ | 1 #ifndef _PLUGIN_CLIENT_H_ | 
| 2 #define _PLUGIN_CLIENT_H_ | 2 #define _PLUGIN_CLIENT_H_ | 
| 3 | 3 | 
| 4 | |
| 5 #if (defined PRODUCT_ADBLOCKPLUS) | |
| 6 #include "AdblockPlusClient.h" | 4 #include "AdblockPlusClient.h" | 
| 7 typedef CAdblockPlusClient CPluginClient; | 5 typedef CAdblockPlusClient CPluginClient; | 
| 8 #endif | |
| 9 | |
| 10 | 6 | 
| 11 #endif // _PLUGIN_CLIENT_H_ | 7 #endif // _PLUGIN_CLIENT_H_ | 
| OLD | NEW |