Skip to content
This repository was archived by the owner on Feb 19, 2020. It is now read-only.

Commit ba7f3b6

Browse files
committed
Remove unused vars
1 parent f206691 commit ba7f3b6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Plugins/HockeyAppUnityAndroid/HockeyAppUnity-Scripts/HockeyAppAndroid.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,6 @@ protected virtual List<string> GetLogHeaders ()
269269
{
270270
var versionCode = pluginClass.CallStatic<string>("getVersionCode");
271271
var versionName = pluginClass.CallStatic<string>("getVersionName");
272-
var sdkVersion = pluginClass.CallStatic<string>("getSdkVersion");
273-
var sdkName = pluginClass.CallStatic<string>("getSdkName");
274272
var manufacturer = pluginClass.CallStatic<string>("getManufacturer");
275273
var model = pluginClass.CallStatic<string>("getModel");
276274
var deviceIdentifier = pluginClass.CallStatic<string>("getDeviceIdentifier");

0 commit comments

Comments
 (0)