mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 04:28:20 +00:00
remove non-functional column information from Location objects
This commit is contained in:
parent
5c63133226
commit
a9b37467a4
11 changed files with 15 additions and 32 deletions
|
@ -2626,7 +2626,7 @@ const TypePtr& base_type(TypeTag tag) {
|
|||
if ( ! base_types[tag] ) {
|
||||
base_types[tag] = make_intrusive<Type>(tag, true);
|
||||
// Give the base types a pseudo-location for easier identification.
|
||||
detail::Location l(type_name(tag), 0, 0, 0, 0);
|
||||
detail::Location l(type_name(tag), 0, 0);
|
||||
base_types[tag]->SetLocationInfo(&l);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue