Skip to content

Commit

Permalink
minor code clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
EricTheMagician committed Dec 18, 2015
1 parent c13b1bc commit f0a190c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 118 deletions.
5 changes: 1 addition & 4 deletions src/bindings.cc
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,8 @@ namespace NodeFuse {
}

fuse_session_add_chan(fuse->session, fuse->channel);
// if(fuse->multithreaded){
// ret = fuse_session_loop_mt(fuse->session); //blocks here
// }else{

ret = fuse_session_loop(fuse->session); //blocks here
// }

//Continues executing if user unmounts the fs
fuse_remove_signal_handlers(fuse->session);
Expand Down
114 changes: 0 additions & 114 deletions src/mpmc_queue.h

This file was deleted.

0 comments on commit f0a190c

Please sign in to comment.