Remove unused variables
This commit is contained in:
parent
6747c03a75
commit
6693cc0c78
10 changed files with 6 additions and 18 deletions
|
@ -145,12 +145,6 @@ export function formatTags(tags) {
|
|||
}
|
||||
|
||||
export function parsePrefix(s) {
|
||||
let prefix = {
|
||||
name: null,
|
||||
user: null,
|
||||
host: null,
|
||||
};
|
||||
|
||||
let host = null;
|
||||
let i = s.indexOf("@");
|
||||
if (i > 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue