From fd3ca8108beebfa7d23b471d06823f7373d1651e Mon Sep 17 00:00:00 2001 From: Martin Nilsson <nilsson@fastmail.com> Date: Fri, 30 Jun 2017 23:49:29 +0200 Subject: [PATCH] Fix warning. --- lib/modules/Debug.pmod/Peek.pike | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/modules/Debug.pmod/Peek.pike b/lib/modules/Debug.pmod/Peek.pike index 3b3c63619b..e702fc9f4e 100644 --- a/lib/modules/Debug.pmod/Peek.pike +++ b/lib/modules/Debug.pmod/Peek.pike @@ -32,8 +32,6 @@ #pike __REAL_VERSION__ -#pragma dynamic_dot - #define POLLINTERVAL 4 //! Starts up the background thread. -- GitLab