Jelajahi Sumber

Remove unused constant

gingerBill 4 tahun lalu
induk
melakukan
cbd4aa5392
1 mengubah file dengan 0 tambahan dan 2 penghapusan
  1. 0 2
      core/fmt/fmt.odin

+ 0 - 2
core/fmt/fmt.odin

@@ -12,8 +12,6 @@ import "core:time"
 import "core:unicode/utf8"
 import "intrinsics"
 
-DEFAULT_BUFFER_SIZE :: #config(FMT_DEFAULT_BUFFER_SIZE, 1<<10);
-
 Info :: struct {
 	minus:     bool,
 	plus:      bool,