Skip to content

Commit

Permalink
Fix code in
Browse files Browse the repository at this point in the history
- Following #1437.

Signed-off-by: José Simões <[email protected]>
  • Loading branch information
josesimoes committed Nov 14, 2019
1 parent 412fd05 commit 24d1cd8
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,6 @@ HRESULT Library_win_storage_native_Windows_Storage_StorageFolder::GetRemovableSt
CLR_RT_HeapBlock* hbObj;
CLR_RT_HeapBlock& top = stack.PushValue();

// default to NULL (which is the expected outcome when no devices are connected)
hbObj = top.Dereference();
hbObj->SetObjectReference( NULL );

// is the SD card file system ready?
if(sdCardFileSystemReady)
{
Expand Down Expand Up @@ -161,7 +157,7 @@ HRESULT Library_win_storage_native_Windows_Storage_StorageFolder::GetRemovableSt

HRESULT Library_win_storage_native_Windows_Storage_StorageFolder::GetInternalStorageFoldersNative___SZARRAY_WindowsStorageStorageFolder(CLR_RT_StackFrame& stack)
{
NANOCLR_HEADER();
NANOCLR_HEADER();
{

CLR_RT_TypeDef_Index storageFolderTypeDef;
Expand Down

0 comments on commit 24d1cd8

Please sign in to comment.