Skip to content

Commit

Permalink
[Tests] Remove struct CephFile from XrdCeph test
Browse files Browse the repository at this point in the history
This struct is now part of XrdCephPosix.hh.
  • Loading branch information
amadio committed Feb 19, 2025
1 parent 4bf2bf1 commit 95976b0
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tests/XrdCeph/XrdCeph.cc
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,6 @@

#define MB 1024 * 1024

struct CephFile {
std::string name;
std::string pool;
std::string userId;
unsigned int nbStripes;
unsigned long long stripeUnit;
unsigned long long objectSize;
};

void fillCephFile(const char *path, XrdOucEnv *env, CephFile &file);
void fillCephFileParams(const std::string &params, XrdOucEnv *env,
CephFile &file);
Expand Down

0 comments on commit 95976b0

Please sign in to comment.