summaryrefslogtreecommitdiff
path: root/game_server/src/main.rs
diff options
context:
space:
mode:
authornatrixaeria <janng@gmx.de>2019-05-19 18:44:04 +0200
committernatrixaeria <janng@gmx.de>2019-05-19 18:44:04 +0200
commit2d815af3f6d062d55da2f2598ce5d506ee74cb6e (patch)
treefdcf583d93ce56afa032e95ccdbc30183b4b30b8 /game_server/src/main.rs
parent36df226f113151fe3c18831a082fea64ba8a0c03 (diff)
Refactor code
Diffstat (limited to 'game_server/src/main.rs')
-rw-r--r--game_server/src/main.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/game_server/src/main.rs b/game_server/src/main.rs
index 4d05efe..628062e 100644
--- a/game_server/src/main.rs
+++ b/game_server/src/main.rs
@@ -8,8 +8,6 @@ mod game_logger;
#[macro_use] extern crate log;
-use backend_connection::BackendConnection;
-
fn main() {
game_logger::init_logger();