env_librados.h: drop redundant #endif (#4354)

Summary:
without this change, rocksdb_env_librados_test fails to build.

it's a regression introduced by 64324e32

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
Pull Request resolved: https://github.com/facebook/rocksdb/pull/4354

Differential Revision: D9702665

Pulled By: riversand963

fbshipit-source-id: 65134eaff0543733210edfc77f89c96709da7a3f
This commit is contained in:
Kefu Chai 2018-09-07 10:59:42 -07:00 committed by Facebook Github Bot
parent 655ef7d77f
commit faf529fd7c

View File

@ -173,4 +173,3 @@ class EnvLibrados : public EnvWrapper {
friend class LibradosWritableFile;
};
}
#endif