]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
common: rip out option code generation bit
authorJohn Spray <john.spray@redhat.com>
Wed, 5 Jul 2017 10:58:09 +0000 (06:58 -0400)
committerJohn Spray <john.spray@redhat.com>
Fri, 21 Jul 2017 10:27:23 +0000 (06:27 -0400)
commit26551776f2542c04a0885708feef844a90b75250
tree1f859f86c008d92af4aac0742d57976c4af41e1f
parent6829384546f4df875085102a98987c8f130a0485
common: rip out option code generation bit

We can have a legacy (static field) config object
that includes fields from config_opts.h, and
then switch to using dynamic get() for newly
added options, so that we don't need to do
code generation for the new config infrastructure.

Signed-off-by: John Spray <john.spray@redhat.com>
src/CMakeLists.txt
src/common/config_fields.h [deleted file]
src/common/generate_option_header.c [deleted file]
src/common/generate_option_header.cc [deleted file]