remove inline no-op on C++ methods
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 12 Jun 2021 17:01:56 +0000 (10:01 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 19 Jun 2021 16:13:51 +0000 (09:13 -0700)
commit778f98496ceb20695cf14b0d8fbf87bd25c52f36
treebc927460f4a739154f56c9a8744e4bb081e00212
parentfd135319519e632e1f3a65c37171c89a1b5bdfa2
remove inline no-op on C++ methods

Methods defined within a class definition are implied inline. Adding the inline
keyword does nothing.
lib/vpsc/constraint.h
lib/vpsc/generate-constraints.h
lib/vpsc/variable.h