Skip to content

Commit 2456011

Browse files
Make configt::set_classpath private
It's only called from within configt.
1 parent 5110f18 commit 2456011

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/util/config.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,11 @@ class configt
152152

153153
bool set(const cmdlinet &cmdline);
154154

155-
void set_classpath(const std::string &cp);
156-
157155
static irep_idt this_architecture();
158156
static irep_idt this_operating_system();
157+
158+
private:
159+
void set_classpath(const std::string &cp);
159160
};
160161

161162
extern configt config;

0 commit comments

Comments
 (0)