mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
delete some code.
This commit is contained in:
parent
75172f94a6
commit
93ec6b4a8b
|
|
@ -75,13 +75,6 @@ DEF_SUBCMD(cmd_internal_version) {
|
|||
LVal arg=stringlist("--no-rc","-L",DEFAULT_IMPL,"-m",PACKAGE,"--eval",cmd,"run",NULL);
|
||||
for(;arg;arg=dispatch(arg,&top));
|
||||
s(cmd);
|
||||
}else if(strncmp(arg1,"date",4)==0) {
|
||||
char* opt=get_opt("sbcl-bin.version",0);
|
||||
char* impl_path=s_cat(configdir(),q("impls"SLASH),uname_m(),q(SLASH),uname(),q(SLASH DEFAULT_IMPL SLASH),
|
||||
q(opt?opt:"dummy-version"),q(SLASH "dump" SLASH PACKAGE".core"),NULL);
|
||||
cond_printf(1,"mtime of %s:%lu\n",impl_path,file_mtime(impl_path));
|
||||
printf("%lu\n",2208988800+file_mtime(impl_path));
|
||||
s(impl_path);
|
||||
}else if(strncmp(arg1,"cc",2)==0) {
|
||||
printf("%s\n",ROS_COMPILE_ENVIRONMENT);
|
||||
}else if(strncmp(arg1,"curl",4)==0) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue