]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/build/test/railsys/libx/include/test_libx.h
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / tools / build / test / railsys / libx / include / test_libx.h
diff --git a/ceph/src/boost/tools/build/test/railsys/libx/include/test_libx.h b/ceph/src/boost/tools/build/test/railsys/libx/include/test_libx.h
deleted file mode 100644 (file)
index fe573fc..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-//  Copyright (c) 2003 Institute of Transport, 
-//             Railway Construction and Operation, 
-//             University of Hanover, Germany
-//
-//  Use, modification and distribution are subject to the 
-//  Boost Software License, Version 1.0. (See accompanying file 
-//  LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
-
-#ifdef _WIN32
-#ifdef LIBX_SOURCE
-__declspec(dllexport)
-#else
-__declspec(dllimport)
-#endif
-#endif
-class TestLibX
-{
-public:
-
-    TestLibX();
-    
-    // Needed to suppress 'unused variable' warning
-    // in some cases.
-    void do_something() {}
-};