Remove unused AbstractBoot

This commit is contained in:
djmaze 2020-09-16 20:01:47 +02:00
parent 71f6fb25e5
commit 03a40f3249
2 changed files with 1 additions and 9 deletions

View file

@ -1,5 +0,0 @@
export class AbstractBoot {
bootstart() {
/* no-empty */
}
}