]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rgw/radosgw.cc
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / rgw / radosgw.cc
diff --git a/ceph/src/rgw/radosgw.cc b/ceph/src/rgw/radosgw.cc
deleted file mode 100644 (file)
index df9e935..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
-// vim: ts=8 sw=2 smarttab ft=cpp
-//
-
-extern int radosgw_Main(int, const char **);
-
-/*
- * start up the RADOS connection and then handle HTTP messages as they come in
- */
-int main(int argc, char **argv)
-{
-  return radosgw_Main(argc, const_cast<const char **>(argv));
-}