diff --git a/src/czar/CMakeLists.txt b/src/czar/CMakeLists.txt
index cd54e4777..6981302a2 100644
--- a/src/czar/CMakeLists.txt
+++ b/src/czar/CMakeLists.txt
@@ -6,9 +6,6 @@ target_sources(czar PRIVATE
ChttpCzarSvc.cc
ChttpModule.cc
Czar.cc
- HttpCzarIngestModule.cc
- HttpCzarSvc.cc
- HttpCzarQueryModule.cc
HttpModule.cc
HttpMonitorModule.cc
HttpSvc.cc
@@ -55,6 +52,5 @@ function(CZAR_UTILS)
endfunction()
czar_utils(
- qserv-czar-http
qserv-czar-https
-)
\ No newline at end of file
+)
diff --git a/src/czar/HttpCzarQueryModule.cc b/src/czar/HttpCzarQueryModule.cc
deleted file mode 100644
index 5d45e77d0..000000000
--- a/src/czar/HttpCzarQueryModule.cc
+++ /dev/null
@@ -1,339 +0,0 @@
-/*
- * LSST Data Management System
- *
- * This product includes software developed by the
- * LSST Project (http://www.lsst.org/).
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * 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 LSST License Statement and
- * the GNU General Public License along with this program. If not,
- * see .
- */
-
-// Class header
-#include "czar/HttpCzarQueryModule.h"
-
-// System headers
-#include