Skip to content

Commit abb3913

Browse files
committed
remove unused var
1 parent 067300e commit abb3913

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/base/kaldi-error.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ KaldiErrorMessage::KaldiErrorMessage(const char *func, const char *file,
186186

187187
KaldiErrorMessage::~KaldiErrorMessage() KALDI_NOEXCEPT(false) {
188188
std::string str = ss_.str();
189-
int32 length = str.length();
190189
while (!str.empty() && str[str.length() - 1] == '\n')
191190
str.resize(str.length() - 1);
192191

0 commit comments

Comments
 (0)