Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 32ea04a5 authored by Jesse Vincent's avatar Jesse Vincent
Browse files

kill a temporary variable

parent 6a6c86d1
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -3479,8 +3479,7 @@ public class MessagingController implements Runnable
        Folder localFolder = null;
        try
        {
            Store localStore = account.getLocalStore();
            localFolder = localStore.getFolder(
            localFolder = account.getLocalStore().getFolder(
                              account.getOutboxFolderName());
            if (!localFolder.exists())
            {