mirror of
https://github.com/urbit/shrub.git
synced 2024-12-22 18:31:44 +03:00
disables unused _sist_text()
This commit is contained in:
parent
606650ab3f
commit
675fd01607
@ -345,6 +345,9 @@ _sist_cask(c3_c* dir_c, u3_noun nun)
|
|||||||
return key;
|
return key;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// XX unused, but may be needed for brainwallet
|
||||||
|
//
|
||||||
|
#if 0
|
||||||
/* _sist_text(): ask for a name string.
|
/* _sist_text(): ask for a name string.
|
||||||
*/
|
*/
|
||||||
static u3_noun
|
static u3_noun
|
||||||
@ -378,7 +381,6 @@ _sist_text(c3_c* pom_c)
|
|||||||
return say;
|
return say;
|
||||||
}
|
}
|
||||||
|
|
||||||
#if 0
|
|
||||||
/* _sist_bask(): ask a yes or no question.
|
/* _sist_bask(): ask a yes or no question.
|
||||||
*/
|
*/
|
||||||
static u3_noun
|
static u3_noun
|
||||||
|
Loading…
Reference in New Issue
Block a user