diff --git a/Common/Core/MetadataHelper.h b/Common/Core/MetadataHelper.h index 45eb4e8651c..f3522a5d190 100644 --- a/Common/Core/MetadataHelper.h +++ b/Common/Core/MetadataHelper.h @@ -8,8 +8,6 @@ // In applying this license CERN does not waive the privileges and immunities // granted to it by virtue of its status as an Intergovernmental Organization // or submit itself to any jurisdiction. - -/// /// \file TableHelper.h /// \author Nicolò Jacazio nicolo.jacazio@cern.ch /// \brief Utility to handle the metadata from the AOD @@ -70,6 +68,4 @@ struct MetadataHelper { } // namespace o2::common::core -using MetadataHelper = o2::common::core::MetadataHelper; // Alias for the MetadataHelper - #endif // COMMON_CORE_METADATAHELPER_H_