Skip to content

Commit

Permalink
Merge pull request #3162 from MirServer/drop-vestigial-symbols
Browse files Browse the repository at this point in the history
various: Drop nonexistent symbols from symbols.map
  • Loading branch information
AlanGriffiths authored Dec 11, 2023
2 parents 5f0ed5c + 310ddac commit c2ca41a
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 15 deletions.
1 change: 0 additions & 1 deletion src/common/symbols.map
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,6 @@ MIR_COMMON_2.8 {
mir::SharedLibraryProberReport::operator*;
mir::SignalBlocker::?SignalBlocker*;
mir::SignalBlocker::SignalBlocker*;
mir::default_server_socket;
mir::detail::RefCountedLibrary::?RefCountedLibrary*;
mir::detail::RefCountedLibrary::RefCountedLibrary*;
mir::detail::RefCountedLibrary::operator*;
Expand Down
1 change: 0 additions & 1 deletion src/platform/symbols.map
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ MIR_PLATFORM_2.16 {
mir::options::vt_console;
mir::options::vt_option_name*;
mir::options::wayland_extensions_opt;
mir::options::wayland_extensions_value;
mir::options::x11_display_opt;
mir::options::x11_scale_opt;
mir::renderer::software::alloc_buffer_with_content*;
Expand Down
2 changes: 0 additions & 2 deletions src/platforms/eglstream-kms/server/symbols.map.in
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
@MIR_SERVER_GRAPHICS_PLATFORM_VERSION@ {
global:
add_graphics_platform_options;
create_host_platform;
create_guest_platform;
probe_display_platform;
probe_rendering_platform;
describe_graphics_module;
Expand Down
7 changes: 0 additions & 7 deletions src/platforms/virtual/symbols.map.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,3 @@
*;
};

@MIR_SERVER_INPUT_PLATFORM_VERSION@ {
global:
add_input_platform_options;
create_input_platform;
probe_input_platform;
describe_input_module;
};
2 changes: 0 additions & 2 deletions src/platforms/x11/symbols.map.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
global:
add_graphics_platform_options;
probe_display_platform;
create_host_platform;
create_guest_platform;
describe_graphics_module;
create_display_platform;
local: *;
Expand Down
2 changes: 0 additions & 2 deletions tests/mir_test_framework/symbols-server.map.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ WORK_AROUND_MUSL_RTLD_NEXT_BUG {
@MIR_SERVER_GRAPHICS_PLATFORM_VERSION@ {
global:
add_graphics_platform_options;
create_host_platform;
create_guest_platform;
create_display_platform;
create_rendering_platform;
probe_display_platform;
Expand Down

0 comments on commit c2ca41a

Please sign in to comment.