remove old remnant
This commit is contained in:
parent
4578776f57
commit
63412ea204
1 changed files with 0 additions and 5 deletions
|
@ -159,11 +159,6 @@ pub(crate) fn shell() -> String {
|
||||||
return "/bin/sh".to_string();
|
return "/bin/sh".to_string();
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Default id (`-1`)
|
|
||||||
pub(crate) fn id() -> String {
|
|
||||||
return "-1".to_string();
|
|
||||||
}
|
|
||||||
|
|
||||||
/// Default revision (`1`)
|
/// Default revision (`1`)
|
||||||
pub(crate) fn revision() -> String {
|
pub(crate) fn revision() -> String {
|
||||||
return "1".to_string();
|
return "1".to_string();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue