Remove fixed FIXME in bind.rs

This commit is contained in:
Ryan Leckey 2019-07-18 12:04:40 -07:00
parent 0575e33f2d
commit 089637a3b8

View file

@ -1,8 +1,5 @@
use byteorder::{BigEndian, ByteOrder};
// FIXME: Having structs here is breaking down. I think front-end messages should be
// simple functions that take the wbuf as a mut Vec
pub fn header(buf: &mut Vec<u8>, portal: &str, statement: &str, formats: &[u16]) -> (usize, usize) {
buf.push(b'B');