X-Git-Url: http://xvm.mit.edu/gitweb/invirt/third/libt4.git/blobdiff_plain/a4175b2e216a20b86cc872dea8a08005c60617a5..dfe8486473094c0769fd1922329c3f0dfd8f43c0:/lock_smain.cc diff --git a/lock_smain.cc b/lock_smain.cc index c256cbe..69cc433 100644 --- a/lock_smain.cc +++ b/lock_smain.cc @@ -14,8 +14,6 @@ char tprintf_thread_prefix = 's'; int main(int argc, char *argv[]) { - int count = 0; - setvbuf(stdout, NULL, _IONBF, 0); setvbuf(stderr, NULL, _IONBF, 0); @@ -26,11 +24,6 @@ main(int argc, char *argv[]) exit(1); } - char *count_env = getenv("RPC_COUNT"); - if(count_env != NULL){ - count = atoi(count_env); - } - rsm rsm(argv[1], argv[2]); lock_server_cache_rsm ls(&rsm); rsm.set_state_transfer((rsm_state_transfer *)&ls);