[PR #2309] [MERGED] Delete unneeded constructors and assignment operators #2465

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

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/2309
Author: @gaul
Created: 9/5/2023
Status: Merged
Merged: 9/6/2023
Merged by: @ggtakec

Base: masterHead: delete-copy-constructors


📝 Commits (1)

  • 38f9ff7 Delete unneeded constructors and assignment operators

📊 Changes

14 files changed (+53 additions, -0 deletions)

View changed files

📝 src/addhead.h (+4 -0)
📝 src/autolock.h (+2 -0)
📝 src/curl.h (+4 -0)
📝 src/curl_handlerpool.h (+4 -0)
📝 src/fdcache_auto.h (+2 -0)
📝 src/fdcache_entity.h (+4 -0)
📝 src/fdcache_fdinfo.h (+4 -0)
📝 src/fdcache_pseudofd.h (+4 -0)
📝 src/fdcache_untreated.h (+4 -0)
📝 src/psemaphore.h (+5 -0)
📝 src/s3fs_cred.h (+4 -0)
📝 src/s3fs_logger.h (+4 -0)
📝 src/sighandlers.h (+4 -0)
📝 src/threadpoolman.h (+4 -0)

📄 Description

No description provided


🔄 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/2309 **Author:** [@gaul](https://github.com/gaul) **Created:** 9/5/2023 **Status:** ✅ Merged **Merged:** 9/6/2023 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `delete-copy-constructors` --- ### 📝 Commits (1) - [`38f9ff7`](https://github.com/s3fs-fuse/s3fs-fuse/commit/38f9ff71eaf0b1074eda5412890b24da1e5a8a42) Delete unneeded constructors and assignment operators ### 📊 Changes **14 files changed** (+53 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/addhead.h` (+4 -0) 📝 `src/autolock.h` (+2 -0) 📝 `src/curl.h` (+4 -0) 📝 `src/curl_handlerpool.h` (+4 -0) 📝 `src/fdcache_auto.h` (+2 -0) 📝 `src/fdcache_entity.h` (+4 -0) 📝 `src/fdcache_fdinfo.h` (+4 -0) 📝 `src/fdcache_pseudofd.h` (+4 -0) 📝 `src/fdcache_untreated.h` (+4 -0) 📝 `src/psemaphore.h` (+5 -0) 📝 `src/s3fs_cred.h` (+4 -0) 📝 `src/s3fs_logger.h` (+4 -0) 📝 `src/sighandlers.h` (+4 -0) 📝 `src/threadpoolman.h` (+4 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:05:40 +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#2465
No description provided.