Commit 48f239a7 authored by David Auer's avatar David Auer
Browse files

Cleanup

parent c0ab20b7
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -26,13 +26,6 @@ namespace VDRIVE {
 */
class Disk {
public:
    /**
     * Create a new instance from the data in the given XML Element.
     *
     * @param data An XML-Element containing the description of a disk.
     */
    // Disk(xercesc::DOMElement* data);

    /**
     * instantiates a new Disk with the given values.
     *
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@
using namespace std;

/*
 * This file contains all Margo RPC handlers that are concerning data operations
 * This file contains all Margo RPC handlers that are concerning data management
 */

namespace {
+0 −3
Original line number Diff line number Diff line
@@ -1112,7 +1112,4 @@ DistRandSlice::to_file(std::string filename) {
    }
    out << flush;
    out.close();

    // m_interval_tree
    //
}