chg: [internal] Removed unused function

pull/5633/head
Jakub Onderka 2020-02-16 14:13:34 +01:00 committed by GitHub
parent 079ecc0b26
commit cfe18d8c39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -169,12 +169,6 @@ class ComplexTypeTool
return array_values($array);
}
private function __parse_row($row, $delimiter)
{
$columns = str_getcsv($row, $delimiter);
return $columns;
}
/*
* parse a CSV file with the given settings
* All lines starting with # are stripped