Skip to content

Commit

Permalink
env_librados.h: drop redundant #endif (#4354)
Browse files Browse the repository at this point in the history
Summary:
without this change, rocksdb_env_librados_test fails to build.

it's a regression introduced by 64324e3

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
Pull Request resolved: #4354

Differential Revision: D9702665

Pulled By: riversand963

fbshipit-source-id: 65134eaff0543733210edfc77f89c96709da7a3f
  • Loading branch information
tchaikov authored and facebook-github-bot committed Sep 7, 2018
1 parent 655ef7d commit faf529f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/rocksdb/utilities/env_librados.h
Expand Up @@ -173,4 +173,3 @@ class EnvLibrados : public EnvWrapper {
friend class LibradosWritableFile;
};
}
#endif

0 comments on commit faf529f

Please sign in to comment.