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

Unified Diff: src/plugin/PluginSelftest.h

Issue 11013110: Cleanup (Closed)
Patch Set: Created July 5, 2013, 3:28 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
Index: src/plugin/PluginSelftest.h
===================================================================
deleted file mode 100644
--- a/src/plugin/PluginSelftest.h
+++ /dev/null
@@ -1,33 +0,0 @@
-#ifndef _PLUGIN_SELFTEST_H_
-#define _PLUGIN_SELFTEST_H_
-
-
-#if (defined ENABLE_DEBUG_SELFTEST)
-
-class CPluginSelftest
-{
-
-private:
-
- static CComAutoCriticalSection s_criticalSectionLocal;
-
- static bool s_isSupported;
-
- // Private constructor used by the singleton pattern
- CPluginSelftest();
-
-public:
-
- ~CPluginSelftest();
-
- static void AddText(const CStringA& text);
- static void Clear();
- static bool Send();
- static bool IsFileTooLarge();
-
- static void SetSupported(bool isSupported=true);
-};
-
-#endif // ENABLE_DEBUG_SELFTEST
-
-#endif // _PLUGIN_SELFTEST_H_

Powered by Google App Engine
This is Rietveld