summaryrefslogtreecommitdiff
path: root/FS/FS/part_export/null.pm
diff options
context:
space:
mode:
Diffstat (limited to 'FS/FS/part_export/null.pm')
-rw-r--r--FS/FS/part_export/null.pm13
1 files changed, 0 insertions, 13 deletions
diff --git a/FS/FS/part_export/null.pm b/FS/FS/part_export/null.pm
deleted file mode 100644
index 0145af3..0000000
--- a/FS/FS/part_export/null.pm
+++ /dev/null
@@ -1,13 +0,0 @@
-package FS::part_export::null;
-
-use vars qw(@ISA);
-use FS::part_export;
-
-@ISA = qw(FS::part_export);
-
-sub rebless { shift; }
-
-sub _export_insert {}
-sub _export_replace {}
-sub _export_delete {}
-