Skip to content

Commit

Permalink
Additional merging
Browse files Browse the repository at this point in the history
  • Loading branch information
cayb0rg committed Mar 27, 2024
1 parent 5297c92 commit 94a7eef
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/bin/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,8 @@ use monaco::{
api::TextModel,
sys::{editor::IMarkerData, MarkerSeverity},
};
<<<<<<< HEAD
use std::collections::HashMap;
=======
use std::collections::HashSet;
>>>>>>> ca0500262e9198ba50f36d5de428d2da1bbf7059
use std::rc::Rc;
use swim::agent::datapath_communicator::DatapathCommunicator;
use swim::agent::datapath_reducer::DatapathReducer;
Expand Down Expand Up @@ -465,15 +462,12 @@ fn app(props: &AppProps) -> Html {

parser_text_output.set("".to_string());

<<<<<<< HEAD
*program_info_ref.borrow_mut() = ProgramInfo::default();
*binary_ref.borrow_mut() = vec![];
*labels_ref.borrow_mut() = HashMap::<String, usize>::new();

=======
communicator.reset();
breakpoints.set(HashSet::default());
>>>>>>> ca0500262e9198ba50f36d5de428d2da1bbf7059
trigger.force_update();
},
(
Expand Down

0 comments on commit 94a7eef

Please sign in to comment.