Unverified Commit a0f38101 authored by Tommaso Tocci's avatar Tommaso Tocci
Browse files

remove comments

parent e49f8a68
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -5,7 +5,6 @@
#include <string>
#include <spdlog/spdlog.h>

// adafs config
#include <global/configure.hpp>
#include <global/global_defs.hpp>
// margo
@@ -14,7 +13,6 @@ extern "C" {
#include <mercury.h>
#include <margo.h>
}
// adafs
#include <daemon/classes/fs_data.hpp>
#include <daemon/classes/rpc_data.hpp>

+0 −2
Original line number Diff line number Diff line
@@ -141,8 +141,6 @@ else
    echo "No cluster configuration set."
fi

#LOG=/tmp/adafs_install.log
#echo "" &> $LOG
USE_BMI="-DNA_USE_BMI:BOOL=OFF"
USE_CCI="-DNA_USE_CCI:BOOL=OFF"
USE_OFI="-DNA_USE_OFI:BOOL=OFF"
+0 −1
Original line number Diff line number Diff line
@@ -169,7 +169,6 @@ void MetadataDB::iterate_all() {
    for (iter->SeekToFirst(); iter->Valid(); iter->Next()) {
        key = iter->key().ToString();
        val = iter->value().ToString();
        //TODO ADAFS_DATA->spdlogger()->trace("key '{}' value '{}'", key, val);
    }
}