Kaydet (Commit) 8a13dc59 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

clang-analyzer-deadcode.DeadStores

...at least since 4695f7d3 "#82018# check for
double column names" removed the commented-out code that would have used it (and
which had been commented out ever since the code got introduced)

Change-Id: I11e9cafb53894ce7cb7ffc031f2d6b047bd3258d
üst 920ff4ae
......@@ -324,7 +324,6 @@ void OFlatTable::impl_fillColumnInfo_nothrow(QuotedTokenizedString& aFirstLine,
}
}
sal_Int32 nFlags = 0;
if (bNumeric)
{
if (cDecimalDelimiter)
......@@ -346,7 +345,6 @@ void OFlatTable::impl_fillColumnInfo_nothrow(QuotedTokenizedString& aFirstLine,
io_nPrecisions = 0;
io_nScales = 0;
}
nFlags = ColumnSearch::BASIC;
}
else
{
......@@ -370,7 +368,6 @@ void OFlatTable::impl_fillColumnInfo_nothrow(QuotedTokenizedString& aFirstLine,
io_nScales = 0;
o_sTypeName = "VARCHAR";
};
nFlags |= ColumnSearch::CHAR;
}
}
else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment