]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Remove unused pdns_hw.cc 14661/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 10 Sep 2024 14:24:08 +0000 (16:24 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 10 Sep 2024 14:24:08 +0000 (16:24 +0200)
pdns/pdns_hw.cc [deleted file]

diff --git a/pdns/pdns_hw.cc b/pdns/pdns_hw.cc
deleted file mode 100644 (file)
index 3d8576a..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-/*
- * This file is part of PowerDNS or dnsdist.
- * Copyright -- PowerDNS.COM B.V. and its contributors
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of version 2 of the GNU General Public License as
- * published by the Free Software Foundation.
- *
- * In addition, for the avoidance of any doubt, permission is granted to
- * link this program with OpenSSL and to (re)distribute the binaries
- * produced as the result of such linking.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
- */
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif
-#include <boost/multi_index_container.hpp>
-#include <boost/multi_index/ordered_index.hpp>
-#include <boost/multi_index/key_extractors.hpp>
-#include <boost/multi_index/sequenced_index.hpp>
-
-#include <iostream>
-#include <stdio.h>
-#include <stdlib.h>
-#include <string>
-#include <sstream>
-
-#include "namespaces.hh"
-int main()
-{
-        ostringstream str;
-        str << "Everything is ok!"<<"\n"; // FIXME400: boost test?
-        exit(0);
-}