diff options
author | midipix <writeonce@midipix.org> | 2019-02-03 23:21:54 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-02-04 00:43:59 -0500 |
commit | 8535b67a7dbd5bb2e8c4e529c20ec8076b5cc27c (patch) | |
tree | 013eeed4634f35720499814c14fbbc6f9e353a5b /src/internal | |
parent | 6612c3842b872a13291962e4744a8bffd0695d1a (diff) | |
download | mdso-8535b67a7dbd5bb2e8c4e529c20ec8076b5cc27c.tar.bz2 mdso-8535b67a7dbd5bb2e8c4e529c20ec8076b5cc27c.tar.xz |
Remove all bits pertaining to the obsolete distinction between code and data.
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/mdso_driver_impl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/internal/mdso_driver_impl.h b/src/internal/mdso_driver_impl.h index fc4782f..4cf4064 100644 --- a/src/internal/mdso_driver_impl.h +++ b/src/internal/mdso_driver_impl.h @@ -41,7 +41,6 @@ enum app_tags { struct mdso_expsyms { char * buffer; - int * stype; const char * syms[]; }; |