git ssb

10+

Matt McKegg / patchwork



Commit 02dda8b577a485201ca2751fd2b34170d92b1897

rollup: remove dead code

Matt McKegg committed on 10/28/2017, 9:47:05 AM
Parent: ab21ee3d4f6cfce36cbd6de47d73b4583aeccd52

Files changed

modules/feed/html/rollup.jschanged
modules/feed/html/rollup.jsView
@@ -231,13 +231,8 @@
231231 ])
232232 }
233233 })
234234
235- function names (ids) {
236- var items = map(Array.from(ids), api.about.obs.name)
237- return computed([items], (names) => names.map((n) => `- ${n}`).join('\n'))
238- }
239-
240235 function LookupRoot () {
241236 return paramap((msg, cb) => {
242237 var rootId = api.message.sync.root(msg)
243238 if (rootId) {

Built with git-ssb-web