Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Unified Diff: experimental/windows_debugger/debugger/base/debug_system.h

Issue 10928195: First round of dead file removal (Closed) Base URL: https://github.com/samclegg/nativeclient-sdk.git@master
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: experimental/windows_debugger/debugger/base/debug_system.h
diff --git a/experimental/windows_debugger/debugger/base/debug_system.h b/experimental/windows_debugger/debugger/base/debug_system.h
deleted file mode 100644
index fab2ee9a28335de5dcc020ae23479654bbe4085f..0000000000000000000000000000000000000000
--- a/experimental/windows_debugger/debugger/base/debug_system.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#pragma once
-#include <string>
-
-namespace debug {
-class System {
- public:
- static std::string GetLastErrorDescription(int error_code = 0);
-};
-} // namespace debug

Powered by Google App Engine
This is Rietveld 408576698