Inventory.Item.MemoryBuffer: remove unused interface

There are no uses of this interface in the whole organization so, remove
it.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I9b91cd6e4b287dcbf1884d1c586ecf44a56de2e4
diff --git a/gen/xyz/openbmc_project/Inventory/Item/MemoryBuffer/meson.build b/gen/xyz/openbmc_project/Inventory/Item/MemoryBuffer/meson.build
deleted file mode 100644
index 50b7393..0000000
--- a/gen/xyz/openbmc_project/Inventory/Item/MemoryBuffer/meson.build
+++ /dev/null
@@ -1,15 +0,0 @@
-# Generated file; do not modify.
-generated_sources += custom_target(
-    'xyz/openbmc_project/Inventory/Item/MemoryBuffer__cpp'.underscorify(),
-    input: [ '../../../../../../yaml/xyz/openbmc_project/Inventory/Item/MemoryBuffer.interface.yaml',  ],
-    output: [ 'common.hpp', 'server.cpp', 'server.hpp', 'aserver.hpp', 'client.hpp',  ],
-    depend_files: sdbusplusplus_depfiles,
-    command: [
-        sdbuspp_gen_meson_prog, '--command', 'cpp',
-        '--output', meson.current_build_dir(),
-        '--tool', sdbusplusplus_prog,
-        '--directory', meson.current_source_dir() / '../../../../../../yaml',
-        'xyz/openbmc_project/Inventory/Item/MemoryBuffer',
-    ],
-)
-
diff --git a/gen/xyz/openbmc_project/Inventory/Item/meson.build b/gen/xyz/openbmc_project/Inventory/Item/meson.build
index 86008f3..57f036b 100644
--- a/gen/xyz/openbmc_project/Inventory/Item/meson.build
+++ b/gen/xyz/openbmc_project/Inventory/Item/meson.build
@@ -253,21 +253,6 @@
     ],
 )
 
-subdir('MemoryBuffer')
-generated_others += custom_target(
-    'xyz/openbmc_project/Inventory/Item/MemoryBuffer__markdown'.underscorify(),
-    input: [ '../../../../../yaml/xyz/openbmc_project/Inventory/Item/MemoryBuffer.interface.yaml',  ],
-    output: [ 'MemoryBuffer.md' ],
-    depend_files: sdbusplusplus_depfiles,
-    command: [
-        sdbuspp_gen_meson_prog, '--command', 'markdown',
-        '--output', meson.current_build_dir(),
-        '--tool', sdbusplusplus_prog,
-        '--directory', meson.current_source_dir() / '../../../../../yaml',
-        'xyz/openbmc_project/Inventory/Item/MemoryBuffer',
-    ],
-)
-
 subdir('NetworkInterface')
 generated_others += custom_target(
     'xyz/openbmc_project/Inventory/Item/NetworkInterface__markdown'.underscorify(),
diff --git a/yaml/xyz/openbmc_project/Inventory/Item/MemoryBuffer.interface.yaml b/yaml/xyz/openbmc_project/Inventory/Item/MemoryBuffer.interface.yaml
deleted file mode 100644
index e5beaaa..0000000
--- a/yaml/xyz/openbmc_project/Inventory/Item/MemoryBuffer.interface.yaml
+++ /dev/null
@@ -1,2 +0,0 @@
-description: >
-    Implement to provide memory buffer attributes.