Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(3575)

Unified Diff: lily/global-context.cc

Issue 339710043: Issue 5337: Create Bottom contexts in a more general way (Closed)
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lily/context-def.cc ('k') | lily/include/context.hh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lily/global-context.cc
diff --git a/lily/global-context.cc b/lily/global-context.cc
index f494ab4191e63c2b5025afe603aef5dacb14991e..c2fbd5ce357b3427e733e3a4b57ed191159bf903 100644
--- a/lily/global-context.cc
+++ b/lily/global-context.cc
@@ -209,12 +209,3 @@ Global_context::previous_moment () const
{
return prev_mom_;
}
-
-Context *
-Global_context::get_default_interpreter (const string &/* context_id */)
-{
- if (get_score_context ())
- return get_score_context ()->get_default_interpreter ();
- else
- return Context::get_default_interpreter ();
-}
« no previous file with comments | « lily/context-def.cc ('k') | lily/include/context.hh » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b