From dce44b3f558d06cc1b9f7e425d67bc0f03d7f7b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciar=C3=A1n=20O=27Mara?= Date: Thu, 25 Jun 2020 02:10:26 +1000 Subject: [PATCH] Tidy --- src/sam/sam.jl | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/src/sam/sam.jl b/src/sam/sam.jl index 9710269..97b8a05 100644 --- a/src/sam/sam.jl +++ b/src/sam/sam.jl @@ -46,20 +46,6 @@ function unsafe_parse_decimal(::Type{T}, data::Vector{UInt8}, range::UnitRange{I return sign * x end -# #TODO: update BioCore.Ragel.State (will likely change with TrnscodingStreams). -# import BufferedStreams: BufferedStreams, BufferedInputStream -# # A type keeping track of a ragel-based parser's state. -# mutable struct State{T<:BufferedInputStream} -# stream::T # input stream -# cs::Int # current DFA state of Ragel -# linenum::Int # line number: parser is responsible for updating this -# finished::Bool # true if finished (regardless of where in the stream we are) -# end - -# function State(initstate::Int, input::BufferedInputStream) -# return State(input, initstate, 1, false) -# end - include("flags.jl") include("metainfo.jl")