Skip to content

Commit

Permalink
Fixed the parser bindings for macOS.
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com>
  • Loading branch information
ddobrev committed Aug 9, 2017
1 parent 95b8405 commit 51c5ef8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 30 deletions.
15 changes: 0 additions & 15 deletions src/CppParser/Bindings/CSharp/i686-apple-darwin12.4.0/Std.cs
Expand Up @@ -122,21 +122,6 @@ namespace Std
{
namespace __1
{
namespace Vector
{
[StructLayout(LayoutKind.Explicit, Size = 12)]
public unsafe partial struct __Internal
{
[FieldOffset(0)]
internal global::System.IntPtr __begin_;

[FieldOffset(4)]
internal global::System.IntPtr __end_;

[FieldOffset(8)]
internal global::Std.__1.CompressedPair.__Internal __end_cap_;
}
}
}
}

Expand Down
15 changes: 0 additions & 15 deletions src/CppParser/Bindings/CSharp/x86_64-apple-darwin12.4.0/Std.cs
Expand Up @@ -122,21 +122,6 @@ namespace Std
{
namespace __1
{
namespace Vector
{
[StructLayout(LayoutKind.Explicit, Size = 24)]
public unsafe partial struct __Internal
{
[FieldOffset(0)]
internal global::System.IntPtr __begin_;

[FieldOffset(8)]
internal global::System.IntPtr __end_;

[FieldOffset(16)]
internal global::Std.__1.CompressedPair.__Internal __end_cap_;
}
}
}
}

Expand Down

0 comments on commit 51c5ef8

Please sign in to comment.