Skip to content

Commit

Permalink
Remove not used fbs
Browse files Browse the repository at this point in the history
  • Loading branch information
motxx committed May 30, 2017
1 parent a59c43d commit 1a631f0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 287 deletions.
2 changes: 1 addition & 1 deletion peer/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ int main() {
while (running){
std::cin >> cmd;
if(cmd == "quit"){
logger::info("main") << "will halt ";
logger::info("main") << "will halt";
connection::finish();
return;
}
Expand Down
153 changes: 0 additions & 153 deletions schema/actions.fbs

This file was deleted.

133 changes: 0 additions & 133 deletions schema/query.fbs

This file was deleted.

0 comments on commit 1a631f0

Please sign in to comment.