aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/syz-runtest/runtest.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/syz-runtest/runtest.go b/tools/syz-runtest/runtest.go
index b61dfdad8..3e410630b 100644
--- a/tools/syz-runtest/runtest.go
+++ b/tools/syz-runtest/runtest.go
@@ -221,8 +221,6 @@ func (mgr *Manager) finishRequest(name string, rep *report.Report) error {
}
func (mgr *Manager) Connect(a *rpctype.ConnectArgs, r *rpctype.ConnectRes) error {
- r.GitRevision = prog.GitRevision
- r.TargetRevision = mgr.cfg.Target.Revision
r.AllSandboxes = true
select {
case <-mgr.checkFeaturesReady: