mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00
Avoid unnecessary type names in return statements
This commit is contained in:
parent
4957dace64
commit
de13bb6361
12 changed files with 35 additions and 36 deletions
|
@ -352,7 +352,7 @@ std::string MsgThread::BuildMsgWithLocation(const char* msg)
|
|||
}
|
||||
|
||||
desc.Add(msg);
|
||||
return std::string(desc.Description());
|
||||
return desc.Description();
|
||||
}
|
||||
|
||||
void MsgThread::Info(const char* msg)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue