Remove duplicate `#[inline]`

This commit is contained in:
Albert24GG 2024-03-06 10:41:33 +02:00
parent e12cfcc226
commit fa963c7d15
1 changed files with 0 additions and 1 deletions

View File

@ -135,7 +135,6 @@ impl<'a> Module<'a> {
#[inline]
#[cfg(target_os = "windows")]
#[inline]
pub fn import_by_name(&self, name: &str) -> Option<usize> {
self.pe
.imports