[PR #921] [MERGED] Remove redundant string initializations #1701

Closed
opened 2026-03-04 02:01:45 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/921
Author: @gaul
Created: 1/23/2019
Status: Merged
Merged: 1/23/2019
Merged by: @ggtakec

Base: masterHead: clang-tidy/redundant-string-init


📝 Commits (1)

  • 1fc25e8 Remove redundant string initializations

📊 Changes

5 files changed (+31 additions, -31 deletions)

View changed files

📝 src/addhead.cpp (+1 -1)
📝 src/curl.cpp (+7 -7)
📝 src/fdcache.cpp (+5 -5)
📝 src/s3fs.cpp (+16 -16)
📝 src/s3fs_util.cpp (+2 -2)

📄 Description

Found and fixed via clang-tidy.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/s3fs-fuse/s3fs-fuse/pull/921 **Author:** [@gaul](https://github.com/gaul) **Created:** 1/23/2019 **Status:** ✅ Merged **Merged:** 1/23/2019 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `clang-tidy/redundant-string-init` --- ### 📝 Commits (1) - [`1fc25e8`](https://github.com/s3fs-fuse/s3fs-fuse/commit/1fc25e8c3fe041ea56a0ac58c7e5561ce9467e87) Remove redundant string initializations ### 📊 Changes **5 files changed** (+31 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `src/addhead.cpp` (+1 -1) 📝 `src/curl.cpp` (+7 -7) 📝 `src/fdcache.cpp` (+5 -5) 📝 `src/s3fs.cpp` (+16 -16) 📝 `src/s3fs_util.cpp` (+2 -2) </details> ### 📄 Description Found and fixed via clang-tidy. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:01:45 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/s3fs-fuse#1701
No description provided.