1
0
Fork 0
mirror of git://git.psyced.org/git/psyced synced 2024-08-15 03:25:10 +00:00

MMP and pre-spec routing no longer needed

This commit is contained in:
psyc://psyced.org/~lynX 2011-05-21 18:36:52 +02:00
parent f76810d02e
commit c75d508dae
8 changed files with 6 additions and 54 deletions

View file

@ -246,7 +246,6 @@ static varargs string psyc_render(mixed source, string mc, mixed data,
# else
context = vars["_context"];
# endif
# ifndef PRE_SPEC
if (context) {
rbuf += "\n:_context\t"+ UNIFORM(context);
t = source || vars["_source_relay"];
@ -264,13 +263,6 @@ static varargs string psyc_render(mixed source, string mc, mixed data,
if (t = vars["_source_relay"])
rbuf += "\n:_source_relay\t"+ UNIFORM(t);
}
# else
if (source) rbuf += "\n:_source\t"+ UNIFORM(source);
if (target) rbuf += "\n:_target\t"+ target;
if (context) rbuf+= "\n:_context\t"+ UNIFORM(context);
if (t = vars["_source_relay"])
rbuf += "\n:_source_relay\t"+ UNIFORM(t);
# endif /* PRE_SPEC */
#endif /* NEW_RENDER */
if (mappingp(vars)) {