]> git.proxmox.com Git - pve-firewall.git/commitdiff
remove stale file
authorDietmar Maurer <dietmar@proxmox.com>
Tue, 4 Mar 2014 08:04:37 +0000 (09:04 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 4 Mar 2014 08:04:37 +0000 (09:04 +0100)
PVE/Firewall.pm~ [deleted file]

diff --git a/PVE/Firewall.pm~ b/PVE/Firewall.pm~
deleted file mode 100644 (file)
index 6ca8749..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-package PVE::Firewall;
-
-use warnings;
-use strict;
-
-# we need complete VM configuration of all VMs (openvz/qemu)
-# in vmdata
-
-sub compile {
-    my ($vmdata} = @_;
-
-
-}
-
-sub activate {
-
-}
-
-
-1;