mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-09-27 11:49:04 +00:00
cleanup
This commit is contained in:
parent
82d18573f2
commit
90960cbef2
1 changed files with 0 additions and 15 deletions
|
@ -937,21 +937,6 @@ fn method_parameter<'a, 'input: 'a>(
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: split to a separate type
|
// TODO: split to a separate type
|
||||||
// fn variable_declaration<'a, 'input>(
|
|
||||||
// stream: &mut PtxParser<'a, 'input>,
|
|
||||||
// ) -> PResult<(Option<u32>, Option<NonZeroU8>, ScalarType, &'input str)> {
|
|
||||||
// trace(
|
|
||||||
// "variable_declaration",
|
|
||||||
// (
|
|
||||||
// opt(align.verify(|x| x.count_ones() == 1)),
|
|
||||||
// vector_prefix,
|
|
||||||
// scalar_type,
|
|
||||||
// ident,
|
|
||||||
// ),
|
|
||||||
// )
|
|
||||||
// .parse_next(stream)
|
|
||||||
// }
|
|
||||||
|
|
||||||
fn variable_info<'a, 'input>(
|
fn variable_info<'a, 'input>(
|
||||||
stream: &mut PtxParser<'a, 'input>,
|
stream: &mut PtxParser<'a, 'input>,
|
||||||
) -> PResult<(Option<u32>, Option<NonZeroU8>, ScalarType)> {
|
) -> PResult<(Option<u32>, Option<NonZeroU8>, ScalarType)> {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue