From 458c1e867a4a28ab7c53eccd437ebc37bdfac82d Mon Sep 17 00:00:00 2001 From: Peter Stamfest Date: Sat, 8 Mar 2014 13:32:49 +0100 Subject: [PATCH] Revert "Make modify command available using RRDs" This reverts commit c77b6b7a567bd787baa98a9e459bd64e9ef39154. This cs should not have been on this branch, but because the branch was pushed before, it can only be reverted... --- bindings/perl-shared/RRDs.pm | 1 - bindings/perl-shared/RRDs.xs | 12 ------------ 2 files changed, 13 deletions(-) diff --git a/bindings/perl-shared/RRDs.pm b/bindings/perl-shared/RRDs.pm index 8ca1d4a2..211480c1 100644 --- a/bindings/perl-shared/RRDs.pm +++ b/bindings/perl-shared/RRDs.pm @@ -30,7 +30,6 @@ RRDs - Access RRDtool as a shared module RRDs::graph ... RRDs::fetch ... RRDs::tune ... - RRDs::modify ... RRDs::times(start, end) RRDs::dump ... RRDs::restore ... diff --git a/bindings/perl-shared/RRDs.xs b/bindings/perl-shared/RRDs.xs index 774fc9f8..266b5e34 100644 --- a/bindings/perl-shared/RRDs.xs +++ b/bindings/perl-shared/RRDs.xs @@ -189,18 +189,6 @@ rrd_tune(...) OUTPUT: RETVAL -int -rrd_modify(...) - PROTOTYPE: @ - PREINIT: - int i; - char **argv; - CODE: - rrdcode(rrd_modify); - RETVAL = 1; - OUTPUT: - RETVAL - SV * rrd_graph(...) PROTOTYPE: @ -- 2.47.2