diff --git a/src/ripple_app/ledger/OrderBookDB.h b/src/ripple_app/ledger/OrderBookDB.h index 257addc1c..9b2c09ec9 100644 --- a/src/ripple_app/ledger/OrderBookDB.h +++ b/src/ripple_app/ledger/OrderBookDB.h @@ -7,11 +7,6 @@ #ifndef ORDERBOOK_DB_H #define ORDERBOOK_DB_H -// -// XXX Eventually make this cached and just update it as transactions come in. -// But, for now it is probably faster to just generate it each time. -// - //------------------------------------------------------------------------------ typedef std::pair currencyIssuer_t;