Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tiborschneider committed May 30, 2024
1 parent 61cdb7c commit 355fc57
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ type Queue = BasicEventQueue<Prefix>; // Use a basic FIFO event queue
type Ospf = GlobalOspf; // Use global OSPF without message passing
type Net = Network<Prefix, Queue, Ospf>;

# #[cfg(feature = "topology_zoo, rand")]
fn main() -> Result<(), NetworkError> {

// create the Abilene network
Expand All @@ -175,8 +174,6 @@ fn main() -> Result<(), NetworkError> {

Ok(())
}
# #[cfg(not(feature = "topology_zoo, rand"))]
# fn main() {}
```

## Disclaimer
Expand Down

0 comments on commit 355fc57

Please sign in to comment.