deleting hot_reload file (not needed right now)

This commit is contained in:
Edward R. Gonzalez 2024-03-05 10:18:13 -05:00
parent 0622add196
commit bba45ce96b

View File

@ -1,21 +0,0 @@
package sectr
// TODO(Ed): Do this if we got over 25 bindings we're dealing with in persistent.
// The purpose of this is to manage anything we need to help mitigate the difficulties with hot-reloading.
// ProcAddressEntry :: struct {
// addresses : [2] rawptr
// }
// ProcAddressTracker :: struct {
// table : HMapZPL( ProcAddressEntry ),
// current :
// }
// reload_report_callback :: proc( binding : ^Type ) {
// }