diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-04-23 09:49:00 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-04-23 09:49:00 +0100 |
commit | 90db9830d0e8c344af340a30b6d5779fefe74d49 (patch) | |
tree | 8fcd3f6d60c374009057afa5cdf68b6d086e9059 /sal | |
parent | 10887fe43038abfe16adb84ba26fa0bf7d4c923b (diff) |
cppcheck: uselessAssignmentArg
Change-Id: I94be63174d996069fc5ec9c93d14ccd5a39cb029
Diffstat (limited to 'sal')
-rw-r--r-- | sal/osl/unx/profile.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sal/osl/unx/profile.cxx b/sal/osl/unx/profile.cxx index ac6a24f56142..4feb4ebfb8b0 100644 --- a/sal/osl/unx/profile.cxx +++ b/sal/osl/unx/profile.cxx @@ -1774,7 +1774,6 @@ static void osl_ProfileGenerateExtension(const sal_Char* pszFileName, const sal_ { memcpy(cursor, pszExtension, BufferMaxLen - 1); cursor += BufferMaxLen - 1; - BufferMaxLen = 1; } *cursor = 0; |