Skip to content

Commit

Permalink
command/sticker: remove unreachable code
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxKellermann committed Dec 3, 2024
1 parent 9a7a8ec commit 30d2a31
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/command/StickerCommands.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -386,8 +386,6 @@ handle_sticker_names_types(Client &client, Request args, Response &r)
r.FmtError(ACK_ERROR_ARG, "unsupported tag {:?}", type);
return CommandResult::ERROR;
}
r.FmtError(ACK_ERROR_ARG, "unknown sticker domain {:?}", type);
return CommandResult::ERROR;
}

CommandResult
Expand Down

0 comments on commit 30d2a31

Please sign in to comment.