small simplification

master
Daniel Kolesa 2015-12-06 19:23:03 +00:00
parent 09e5b39abb
commit a83cf836cd
1 changed files with 1 additions and 3 deletions

View File

@ -368,9 +368,7 @@ struct ObState {
auto dsv = ostd::appender<String>();
ostd::concat(dsv, subdeps);
ostd::Size len = dsv.size();
sourcesv.set_str(ostd::CharRange(dsv.get().disown(),
len));
sourcesv.set_str_dup(dsv.get());
sourcesv.push();
}