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

Unified Diff: runtime/vm/assembler_x64.h

Issue 1331623002: Uses SNPRINT macro where possible. Otherwise uses #define for format. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 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: runtime/vm/assembler_x64.h
diff --git a/runtime/vm/assembler_x64.h b/runtime/vm/assembler_x64.h
index 5cb3c177044d977de426fa2bc85c2682cdefb770..eca216065773895b05a7c5176ff8777c292b2431 100644
--- a/runtime/vm/assembler_x64.h
+++ b/runtime/vm/assembler_x64.h
@@ -1020,9 +1020,6 @@ class Assembler : public ValueObject {
// Debugging and bringup support.
void Stop(const char* message, bool fixed_length_encoding = false);
- void Unimplemented(const char* message);
- void Untested(const char* message);
- void Unreachable(const char* message);
static void InitializeMemoryWithBreakpoints(uword data, intptr_t length);

Powered by Google App Engine
This is Rietveld 408576698