Skip to content

Commit

Permalink
[d16-7] [registrar] Remove Classic Code.
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfbjarne committed Jun 11, 2020
1 parent 4c91ac4 commit 7d9ec57
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/ObjCRuntime/Registrar.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,19 +45,13 @@
#if MTOUCH
using ProductException=Xamarin.Bundler.MonoTouchException;
#else
#if XAMCORE_2_0
using ProductException=ObjCRuntime.RuntimeException;
#else
using ProductException=MonoTouch.RuntimeException;
#endif
#endif
#elif MONOMAC
#if MMP
using ProductException=Xamarin.Bundler.MonoMacException;
#elif XAMCORE_2_0
using ProductException=ObjCRuntime.RuntimeException;
#else
using ProductException=MonoMac.RuntimeException;
using ProductException=ObjCRuntime.RuntimeException;
#endif
#else
#error Only XI and XM
Expand Down

0 comments on commit 7d9ec57

Please sign in to comment.