Skip to content

Commit c563c9a

Browse files
committed
Cleanup
1 parent 05755ae commit c563c9a

File tree

1 file changed

+0
-4
lines changed
  • rust/src/nasl/builtin/krb5

1 file changed

+0
-4
lines changed

rust/src/nasl/builtin/krb5/mod.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -206,10 +206,6 @@ impl Drop for Krb5 {
206206
}
207207
}
208208

209-
// SAFETY: Krb5 can be safely sent between threads because:
210-
// - The raw pointers are stored behind Arc<Mutex<...>> for synchronization
211-
// - Access to the pointers is guarded by mutex locks
212-
// - The outer Arc<Mutex<...>> provides the thread-safe coordination
213209
unsafe impl Send for Krb5 {}
214210
unsafe impl Sync for Krb5 {}
215211

0 commit comments

Comments
 (0)