]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/IPC.pm
lei q: reorder internals to reduce FD passing
[public-inbox.git] / lib / PublicInbox / IPC.pm
index 078aaa2c47e1adc3d0984e8eeed4e02a00557b12..7f5a3f6fc4a6c6d7552438a3f7d426613384f94a 100644 (file)
@@ -464,9 +464,6 @@ sub DESTROY {
        ipc_worker_stop($self);
 }
 
-# Sereal doesn't have dclone
-sub deep_clone { ipc_thaw(ipc_freeze($_[-1])) }
-
 sub detect_nproc () {
        # _SC_NPROCESSORS_ONLN = 84 on both Linux glibc and musl
        return POSIX::sysconf(84) if $^O eq 'linux';