Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: src/plugin/PluginDebugMacros.h

Issue 5747779603267584: Issue #1234 - Rework strings in debug facility (Closed)
Patch Set: typo fix Created March 5, 2015, 12:43 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/plugin/PluginDebug.cpp ('k') | src/plugin/PluginFilter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/plugin/PluginDebugMacros.h
===================================================================
deleted file mode 100644
--- a/src/plugin/PluginDebugMacros.h
+++ /dev/null
@@ -1,64 +0,0 @@
-/*
- * This file is part of Adblock Plus <https://adblockplus.org/>,
- * Copyright (C) 2006-2015 Eyeo GmbH
- *
- * Adblock Plus is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 3 as
- * published by the Free Software Foundation.
- *
- * Adblock Plus is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>.
- */
-
-#ifndef _PLUGIN_DEBUG_MACROS_H_
-#define _PLUGIN_DEBUG_MACROS_H_
-
-
-#undef DEBUG_INFO
-#undef DEBUG_GENERAL
-#undef DEBUG_BLOCKER
-#undef DEBUG_PARSER
-#undef DEBUG_FILTER
-#undef DEBUG_SETTINGS
-#undef DEBUG_THREAD
-#undef DEBUG_NAVI
-#undef DEBUG_CHECKSUM
-#undef DEBUG_DICTIONARY
-#undef DEBUG_ERROR
-#undef DEBUG_ERROR_CODE
-#undef DEBUG_ERROR_CODE_EX
-#undef DEBUG_ERROR_LOG
-#undef DEBUG_SELFTEST
-#undef DEBUG_INI
-#undef DEBUG_MUTEX
-#undef DEBUG_HIDE_EL
-#undef DEBUG_WHITELIST
-#undef DEBUG
-
-#define DEBUG_GENERAL(x)
-#define DEBUG_BLOCKER(x)
-#define DEBUG_PARSER(x)
-#define DEBUG_FILTER(x)
-#define DEBUG_SETTINGS(x)
-#define DEBUG_THREAD(x)
-#define DEBUG_NAVI(x)
-#define DEBUG_CHECKSUM(x)
-#define DEBUG_DICTIONARY(x)
-#define DEBUG_ERROR(x)
-#define DEBUG_ERROR_CODE(err, x)
-#define DEBUG_ERROR_CODE_EX(err, x, process, thread)
-#define DEBUG_ERROR_LOG(err, id, subid, description)
-#define DEBUG_SELFTEST(x)
-#define DEBUG_INI(x)
-#define DEBUG_MUTEX(x)
-#define DEBUG_HIDE_EL(x)
-#define DEBUG_WHITELIST(x)
-#define DEBUG(x)
-
-
-#endif // _PLUGIN_DEBUG_MACROS_H_
« no previous file with comments | « src/plugin/PluginDebug.cpp ('k') | src/plugin/PluginFilter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld