summary refs log tree commit diff
path: root/ripple/minitrace/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ripple/minitrace/src/main.rs')
-rw-r--r--ripple/minitrace/src/main.rs10
1 files changed, 0 insertions, 10 deletions
diff --git a/ripple/minitrace/src/main.rs b/ripple/minitrace/src/main.rs
index 19be3f2..8b82b72 100644
--- a/ripple/minitrace/src/main.rs
+++ b/ripple/minitrace/src/main.rs
@@ -341,16 +341,6 @@ fn check_syscall(entry: &SyscallEntry) -> bool {
 				}
 			}
 		}
-		SyscallEntry::prlimit64 {
-			pid,
-			resource: _,
-			new_rlim: _,
-			old_rlim: _,
-		} => {
-			if pid != 0 {
-				return false;
-			}
-		}
 		SyscallEntry::getrandom {
 			ubuf: _,
 			len,