Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Adam Osuchowski
Kea
Commits
0c0f4c9b
Commit
0c0f4c9b
authored
Apr 04, 2014
by
Marcin Siodelski
Browse files
[master] Removed unused primary_separator_ member from CSVFile class.
parent
bc97e425
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/lib/util/csv_file.cc
View file @
0c0f4c9b
...
...
@@ -80,8 +80,7 @@ CSVRow::checkIndex(const size_t at) const {
}
CSVFile
::
CSVFile
(
const
std
::
string
&
filename
)
:
primary_separator_
(
','
),
filename_
(
filename
),
fs_
(),
cols_
(
0
),
read_msg_
()
{
:
filename_
(
filename
),
fs_
(),
cols_
(
0
),
read_msg_
()
{
}
CSVFile
::~
CSVFile
()
{
...
...
src/lib/util/csv_file.h
View file @
0c0f4c9b
...
...
@@ -458,9 +458,6 @@ private:
/// @brief Returns size of the CSV file.
std
::
ifstream
::
pos_type
size
()
const
;
/// @brief Separator used by CSV file.
char
primary_separator_
;
/// @brief CSV file name.
std
::
string
filename_
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment